<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@font-face {
    font-family: 'IRANSansWeb';
    /*src: url(/fonts/IRANSansWeb_UltraLight.eot);
    src: url(/fonts/IRANSansWeb_UltraLight.eot?#iefix) format("embedded-opentype"), url(/fonts/IRANSansWeb_UltraLight.woff) format("woff"), url(/fonts/IRANSansWeb_UltraLight.ttf) format("truetype");
    font-weight: 400;*/
    src: url(persianfonts/Yekan.eot);
    src: url(persianfonts/Yekan.eot?#iefix) format("embedded-opentype"), url(persianfonts/Yekan.woff) format("woff"), url(persianfonts/Yekan.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    /*font-family: 'IRANSansWeb';
    src: url(/fonts/IRANSansWeb_Light.eot);
    src: url(/fonts/IRANSansWeb_Light.eot?#iefix) format("embedded-opentype"), url(/fonts/IRANSansWeb_Light.woff) format("woff"), url(/fonts/IRANSansWeb_Light.ttf) format("truetype");
    font-weight: 500;*/
    font-family: 'IRANSansWeb';
    src: url(persianfonts/Yekan.eot);
    src: url(persianfonts/Yekan.eot?#iefix) format("embedded-opentype"), url(persianfonts/Yekan.woff) format("woff"), url(persianfonts/Yekan.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    /*font-family: 'IRANSansWeb';
    src: url(/fonts/IRANSansWeb_Medium.eot);
    src: url(/fonts/IRANSansWeb_Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/IRANSansWeb_Medium.woff) format("woff"), url(/fonts/IRANSansWeb_Medium.ttf) format("truetype");
    font-weight: 700;*/
    font-family: 'IRANSansWeb';
    src: url(persianfonts/Yekan.eot);
    src: url(persianfonts/Yekan.eot?#iefix) format("embedded-opentype"), url(persianfonts/Yekan.woff) format("woff"), url(persianfonts/Yekan.ttf) format("truetype");
    font-weight: 700;
}
/*//*/

@font-face {
    font-family: 'gilroy-bold';
    src: url("fonts/gilroy-bold.eot");
    src: url("fonts/gilroy-bold.eot") format("embedded-opentype"), url("fonts/gilroy-bold.woff") format("woff"), url("fonts/gilroy-bold.ttf") format("truetype"), url("fonts/gilroy-bold.svg#gilroy-bold") format("svg");
}

@font-face {
    font-family: 'gilroy-regular';
    src: url("fonts/gilroy-regular.eot");
    src: url("fonts/gilroy-regular.eot") format("embedded-opentype"), url("fonts/gilroy-regular.woff") format("woff"), url("fonts/gilroy-regular.ttf") format("truetype"), url("fonts/gilroy-regular.svg#gilroy-regular") format("svg");
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url("fonts/Gilroy-Light_0.eot");
    src: url("fonts/Gilroy-Light_0.eot") format("embedded-opentype"), url("fonts/Gilroy-Light_0.woff") format("woff"), url("fonts/Gilroy-Light_0.ttf") format("truetype"), url("fonts/Gilroy-Light_0.svg#Gilroy-Light_0") format("svg");
}
@font-face {
    font-family: 'Yekan';
    src: url("persian fonts/Yekan.ttf");
}
@font-face {
    font-family: 'IRANSansWeb_Light';
    src: url("persian fonts/IRANSansWeb_Light.ttf");
}
@font-face {
    font-family: 'BKoodakBold';
    src: url("persian fonts/BKoodakBold.ttf");
}
@font-face {
    font-family: 'fontawesome-webfont';
    src: url("persian fonts/fontawesome-webfont.ttf");
}
    @font-face {
        font-family: 'fa-brands-400';
        src: url("persian fonts/fa-brands-400.ttf");
    }

    @font-face {
        font-family: 'fa-regular-400';
        src: url("persian fonts/fa-regular-400.ttf") format('truetype');
    }
.boxsh:hover {
    background-color: #676767;
    box-shadow: 0px 0px 0px 1px #676767;
}
.plnk{
    
   
}
.boxsh {
      padding:8px;
   /*width:80%;*/
   background-color: transparent !important;
    box-shadow: inset 0px 0px 0px 1px white !important;
   
}
.btn-lnk{
    text-align:center;
    font-size:14px;
    color:white;
}

.cta-v1 {
    padding: 20px 16%;
    background-color: rgba(0, 131, 211, 0.56);
}
.cta-v2 {
    padding: 20px 16%;
    background-color: rgba(0, 131, 211, 0.70);
}
.cta-v3 {
    padding: 20px 16%;
    background-color: rgba(0, 131, 211, 0.82);
}
.cta-v4 {
    padding: 20px 16%;
    background-color: rgba(0, 131, 211, 0.96);
}
.m-p {
    padding-top: 5px;
    font-size: 20px;
}
.white {
    color: white;
}
.Des-Title {
    color: rgb(91, 155, 213);
}
.btn-telegram {
    color: #000000;
    background-color: ghostwhite;
    border-color: rgba(0,0,0,0.2)
}

.btn-instagram {
    color: #000000;
    background-color: ghostwhite;
    border-color: rgba(0,0,0,0.2)
}

    .btn-instagram:hover {
        color: #fff;
        /*background-color: #1b88bc;*/
        background-color: #c13584 !important;
        border-color: rgba(0,0,0,0.2)
    }
.btn-telegram:hover {
    color: #fff;
    /*background-color: #1b88bc;*/
    background-color: #2AA5E0;
    border-color: rgba(0,0,0,0.2)
}
    * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #666;
}

li {
    list-style: none;
}

img:not(.indutry-boximg) {
    vertical-align: middle;
    max-width: 100%;
}
.indutry-boximg {
    width: auto;
    margin: auto;
}
body {
    max-width: 1920px;
    font-size: 14px;
    color: #666;
    font-family: IRANSansWeb,sans-serif;
    /*font-family: Tahoma, Yekan;*/
}


/*Ć©Ā�Ā¶Ć©Ę’ĀØ*/
header {
    height: 100px;
    width: 100%;
    max-width: 1920px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

    header .logo {
        float: left;
        line-height: 100px;
        position: relative;
        z-index: 92;
    }

nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 91;
    width: 100%;
    height: 100%;
}

.nav-ul {
    width: 100%;
    height: 100%;
    max-width: 770px;
    margin: 0 auto;
    overflow: hidden;
}

    .nav-ul li {
        width: 14.285%;
        height: 100%;
        float: right;
        text-align: center;
    }

        .nav-ul li:nth-child(2) a {
            padding-right: 15px;
            background: url(../img/ico01.png) no-repeat right 50px;
        }

        .nav-ul li a {
            direction:rtl;
            display: inline-block;
            height: 100%;
            font-size: 16px;
            text-align:right;
            color: #fff;
            line-height: 100px;
        }

        .nav-ul li.on a:first-child {
            color: #0083D3;
        }

.header-rt {
    float: right;
    height: 62px;
    position: relative;
    z-index: 93;
    padding-top: 40px;
}

.header-rt-a {
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    padding-right: 40px;
    border-right: 1px solid rgba(255,255,255,.2);
    position: relative;
    top: -6px;
}

.header-rt-b {
    width: 22px;
    height: 22px;
    background: url(../img/ico02.png) no-repeat right center;
    float: right;
    margin-left: 30px;
    margin-top: 2px;
    cursor: pointer;
}

.header-ss {
    width: 100%;
    padding: 0 50px;
    height: 100px;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    overflow: hidden;
    display: none;
}

.header-ss-div {
    width: 750px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    position: relative;
}

    .header-ss-div form {
        display: inline-block;
        width: 100%;
        max-width: 600px;
        height: 40px;
    }

    .header-ss-div .int1 {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #fff url(../img/ico45.png) no-repeat center;
        border: none;
        float: left;
    }

    .header-ss-div .int2 {
        display: inline-block;
        width: calc(100% - 100px);
        background: #fff;
        border: none;
        font-size: 16px;
        color: #333;
        height: 40px;
        line-height: 40px;
        float: left;
        margin-left: 20px;
    }

    .header-ss-div .img1 {
        position: absolute;
        top: 20px;
        right: 10px;
    }

        .header-ss-div .img1:hover {
            opacity: .85;
        }

.logo2 {
    display: none;
}

.nav-ul-div {
    width: 100%;
    padding: 30px 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 95px;
    overflow: hidden;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transition: all .5s;
    -webkit-transition: all .5s;
}

    .nav-ul-div.on {
        ransform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform-origin: 100% 0%;
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

.nav-swiper .swiper-slide {
   min-width:16.8em !important;
    padding: 0 1.2%;
    text-align: right;
    background: initial !important;
}

    .nav-swiper .swiper-slide:after {
        content: "";
        width: 1px;
        height: 60%;
        background: rgba(0,0,0,.1);
        position: absolute;
        top: 20%;
        left: 0;
    }

    .nav-swiper .swiper-slide:first-child:after {
        display: none;
    }

.nav-swiper-d1 {
    font-size: 16px;
    color: #222;
    line-height: 25px;
    padding-left: 10%;
}

.nav-swiper-d2 {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    padding-left: 10%;
}

.nav-swiper-d3 {
    margin-top: 15px;
}

header.on {
    background: #fff;
    /*border-bottom: 1px solid rgba(0,0,0,.1);*/
}

    header.on .logo1 {
        display: none;
    }

    header.on .logo2 {
        display: inline-block;
    }

    header.on .nav-ul li a {
        color: #444;
    }

    header.on .nav-ul li:nth-child(2) a {
        padding-right: 15px;
        background: url(../img/ico44.png) no-repeat right 50px;
    }

    header.on .nav-ul li a:hover {
        color: #0083D3;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    header.on .header-rt-a {
        color: #444;
        border-right: 1px solid rgba(0,0,0,.2);
    }

        header.on .header-rt-a:hover {
            color: #0083D3;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

    header.on .header-rt-b {
        background: url(../img/ico45.png) no-repeat right center;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

header.cli {
    background: #fff;
}

    header.cli .nav-ul li a {
        color: #444;
    }

    header.cli .nav-ul li:nth-child(2) a {
        padding-right: 15px;
        background: url(../img/ico44.png) no-repeat right 50px;
    }

    header.cli .nav-ul li a:hover {
        color: #0083D3;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    header.cli .header-rt-a {
        color: #444;
        border-right: 1px solid rgba(0,0,0,.2);
    }

        header.cli .header-rt-a:hover {
            color: #0083D3;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

    header.cli .header-rt-b {
        background: url(../img/ico45.png) no-repeat right center;
        transition: all .3s;
        -webkit-transition: all .3s;
    }




/*Ć�Āŗā€¢Ć©Ę’ĀØ*/
footer {
    width: 100%;
}

.footer-a {
    width: 100%;
    background: #2e2d33;
}

.footer-a1 {
    padding-top: 1%;
    padding-bottom: 1%;
    border-bottom: 1px solid rgba(255,255,255,.1);
    overflow: hidden;
}

.footer-a1-a {
    float: left;
    overflow: hidden;
    /*height: 4vw;
    max-height: 4vw;*/
}

    .footer-a1-a div {
        font-size: 2vw;
        color: #888;
        line-height: 2vw;
        margin-top: 1%;
    }
.paper-plane:hover {
    color: #0088cc;
}
.btn-default-paper-plane {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
    .btn-default-paper-plane.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }
    .btn-default-paper-plane:hover {
        color: #333;
        background-color: #0088cc;
        border-color: #adadad;
    }
.footer-a1-b a.btn btn-default btn-md paper-plane:hover {
    color: #0088cc;
}

.footer-a1-b {
    /*height: 4vw;
    max-height: 4vw;*/
    /*height: 3vw;
    max-height: 3vw;*/
    /*padding: 0 2%;*/
    padding-right: 0;
    /*vertical-align: middle;*/
    float: right;
    text-align: right;
    font-size: 2vw;
    line-height: 2vw;
    color: snow;
}

    .footer-a1-b .bdshare-button-style0-24 .bds_tsina {
        width: 26px !important;
        height: 26px !important;
        background: url(../img/ico_wb.png) no-repeat center !important;
        background-position: initial !important;
        opacity: .4;
        /*margin-right: 15px;*/
    }

        .footer-a1-b .bdshare-button-style0-24 .bds_tsina:hover {
            opacity: .3;
        }

    .footer-a1-b .bdshare-button-style0-24 .bds_weixin {
        width: 26px !important;
        height: 26px !important;
        background: url(../img/ico_wx.png) no-repeat center !important;
        background-position: initial !important;
        margin-right: 15px;
    }

    .footer-a1-b .bdshare-button-style0-24 .bds_sqq {
        width: 26px !important;
        height: 26px !important;
        background: url(../img/ico_qq.png) no-repeat center !important;
        background-position: initial !important;
    }

.footer-a2 {
    padding-top: 2%;
    padding-bottom: 1.5%;
    overflow: hidden;
}

.footer-a2-a {
    width: 61%;
    float: right;
    overflow: hidden;
    /*padding:0 2%;*/
}

    .footer-a2-a ul {
        width: 20%;
        float: right;
    }

        .footer-a2-a ul li {
            width: 100%;
            /*margin: 3px 0;*/
            margin: .4% 0;
        }

            .footer-a2-a ul li a {
                display: inline-block;
                font-size: 14px;
                line-height: 24px;
                /*font-size: 1vw;
                line-height: 1vw;*/
                color: #888;
            }

            .footer-a2-a ul li:first-child {
                margin-bottom: 1%;
            }

                .footer-a2-a ul li:first-child a {
                    font-size: 16px;
                    color: #fff;
                }

            .footer-a2-a ul li a:hover {
                color: rgba(255,255,255,.8);
            }

.footer-a2-b {
    width: 34%;
    float: left;
}
.footer-a2-b1 div{
    font-size:14px;
}
.footer-a2-b1 {
    width: 115px;
    float: left;
    text-align: center;
    line-height: 55px;
}

.footer-a2-b2 {
    width: calc(100% - 130px);
    float: right;
    
}
    .footer-a2-b2 div a{
        color: darkgray;
    }
.timework {
    top:0;
    margin-top:0em;
    margin-right: 0.79em;
    margin-left: 0.79em;
    /*background-color: rgba(255,255,255,.7);*/
    /*padding-top: 0.1em;*/
    padding-bottom: 0.1em;
    padding-right: 0.1em;
    direction: rtl;
    font-size: 14px;
    line-height: 24px;
}
.tel-foot {
    direction: rtl;
    font-size: 14px;
    line-height: 24px;
    color: #f5f5f5;
    margin-bottom: 2%;
}
.social-icon-foot {
    direction: rtl;
    font-size: 14px;
    line-height: 24px;
    color: #f5f5f5;
    margin-bottom: 2%;
}
.telegram-span:hover {
    color: #2AA5E0 !important;
}

.addres-foot {
    text-align:right;
    direction: rtl;
    color: #888;
    font-size: 14px;
    line-height: 24px;
}
.fab-d1 {
    direction: rtl;
    font-size: 2.5vw;
    color: #f5f5f5;
    line-height: 2.5vw;
    text-align: right;
    margin-top: 1%;
}

.fab-d2 {
   
    font-size:large;
    color: #fff;
    line-height: normal;
    text-align: right;
    margin-top:2%;
    margin-bottom:2%;
    /*margin: 5px 0;*/
    font-family: 'Gilroy-Light';
}

.fab-d3 {
    font-size: large;
    color: #888;
    line-height: 20px;
    text-align: right;
}

.footer-b {
    width: 100%;
    background: #2a292f;
    padding: 1% 0;
}

.footer-b1 {
    font-size: 1vw;
    color: #666;
    line-height: 1vw;
    float: left;
}

.footer-b2 {
    font-size: 14px;
    color: #666;
    line-height: 35px;
    float: right;
}

    .footer-b2 a:hover {
        color: #fff;
        opacity: .8;
    }

.footer-b3 {
    text-align:right;
    float: right;
    font-size: medium;
    /*line-height: 35px;*/
    margin-top:1%;
}


/*Ć�ā€¦Ā¬Ć§ā€¯ĀØ*/
.w1600 {
    width: 100%;
    max-width: 1700px;
    padding: 0 3%;
    margin: 0 auto;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 550px;
}

    .banner .bgimg {
        height: 100%;
        background: no-repeat center;
        padding-bottom: 10px;
        position: relative;
    }
    
.banner-a {
   padding-top: 500px;
    /*padding-top: 6em;*/
    /*padding-bottom:10px;*/
}


.banner-a1 {
    padding-right:5%;
    direction:rtl;
    text-align:right;
    font-size: 50px;
    /*line-height: 2em;*/
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    bottom: 210px;
}

.banner-a2 {
    width: 100%;
    padding-right: 5%;
    direction: rtl;
    text-align: right;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    margin-top: 10px;
    bottom: 170px;
    color: rgba(255,255,255,.7);
}


.page {
    height: 60px;
    padding: 5px 0;
    text-align: center;
    float: left;
    width: 100%;
}

    .page a {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 0 2px;
        font-size: 16px;
        line-height: 50px;
        color: #888;
        text-align: center;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .page a.on {
            background: #0083D3;
            color: #fff;
        }

        .page a:hover {
            background: #0083D3;
            color: #fff;
            transition: all .3s;
            -webkit-transition: all .3s;
        }
/*.page .prev{
	background: url(../img/ico31.png) no-repeat center;
}
.page .next{
	background: url(../img/ico32.png) no-repeat center;
}
.page .prev:hover{
	background:#0083D3 url(../img/ico31.png) no-repeat center;
}
.page .next:hover{
	background:#0083D3 url(../img/ico32.png) no-repeat center;
}*/


@media (max-width: 767px) {
    .imgcontac {
        background: url('/upload/2019/images/ŲŖŁ…Ų§Ų³ ŲØŲ§ Ł…Ų§ ŲÆŲ± Ų§ŪŲ±ŲØŲ³ŲŖ.jpg') no-repeat center;
        /*background-image: url('/upload/2019/images/ŲŖŁ…Ų§Ų³ ŲØŲ§ Ł…Ų§ ŲÆŲ± Ų§ŪŲ±ŲØŲ³ŲŖ.jpg');
        background-size: 100% 100%;*/
    }

    .banner .bgimg {
        background-size: cover;
    }
}
@media (max-width: 1250px) {
    .banner-a {
        padding-top: 300px;
    }

    .w1600 {
        padding: 0 3%;
    }

    .nav-ul {
        max-width: 580px;
    }

    header .w1600 {
        padding: 0 30px;
    }

    .footer-a2-b {
        width: 38%;
    }

    .fab-d2 {
        font-size: medium;
    }
}

.header-div {
    display: none;
}

@media (max-width: 1023px) {
    .banner-a {
        padding-top: 350px;   
    }
    .header-rt {
    }

    .header-rt {
        padding-top: 30px;
    }

    .header-rt-b {
        display: none;
    }

    .header-rt-a {
        border-right: none;
    }

    header.on .header-rt-a {
        border-right: none;
    }

    header.cli .header-rt-a {
        border-right: none;
    }

    nav {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        background: #fff;
    }

    .header-div {
        display: block;
        width: 35px;
        float: right;
        padding-top: 30px;
        position: relative;
        z-index: 95;
    }

        .header-div div {
            width: 100%;
            height: 3px;
            background: #fff;
            margin-bottom: 9px;
            opacity: 1;
            transition: all .5s;
        }

    header.on .header-div div {
        background: #222;
    }

    header.cli .header-div div {
        background: #222;
    }

    header.cli .logo1 {
        display: none;
    }

    header.cli .logo2 {
        display: inline-block;
    }

    .header-div.on .header-d1 {
        -webkit-transform: rotate(44deg);
        -ms-transform: rotate(44deg);
        transform: rotate(44deg);
        transform-origin: 0%;
        -ms-transform-origin: 0%;
        -webkit-transform-origin: 0%;
        -moz-transform-origin: 0%;
        transition: all .5s;
    }

    .header-div.on .header-d2 {
        opacity: 0;
        transition: all .5s;
    }

    .header-div.on .header-d3 {
        -webkit-transform: rotate(-44deg);
        -ms-transform: rotate(-44deg);
        transform: rotate(-44deg);
        transform-origin: 0%;
        -ms-transform-origin: 0%;
        -webkit-transform-origin: 0%;
        -moz-transform-origin: 0%;
        transition: all .5s;
    }

    .nav-ul {
        width: 100%;
        max-width: initial;
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 0 30px;
    }

        .nav-ul li {
            width: 100%;
            height: 60px;
        }

            .nav-ul li a {
                display: block;
                width: 100%;
                height: 100%;
                text-align: right;
                line-height: 60px;
                border-bottom: 1px solid rgba(0,0,0,.1);
                padding: 0 35px;
            }

    header.cli .nav-ul li:nth-child(2) a {
        background: none;
    }

    .nav-ul-div {
        display: none !important;
    }

    .footer-a2-a {
        width: 100%;
        margin-bottom: 1.2%;
        /*padding:0 2%;*/
    }

    .footer-a2-b {
        width: 100%;
    }

    .footer-b3 {
        width: 100%;
        margin-top: 1%;
    }
    .ibanner .swiper-slide {
        /*height: 100%;
        height: 550px;
        background: no-repeat center;*/
        height: 10.5em;
        width: 100% !important;
        /*background-size:contain;*/
        background-size: 100% 10.5em;
    }
}

.footer-a2-c {
    display: none;
}

.m-nav {
    display: none;
}

@media (max-width: 767px) {
    
    .w1600 {
        padding: 0 4.5%;
    }

    .header-rt {
        padding-top: 0;
        /*height: 1.2rem;
        line-height: 1.2rem;*/
        height: 2em;
        line-height: 2em;
    }

    .header-rt-a {
        display: block;
        /*top: 0;*/
        padding-top: 1.3em;
        /*height: 1.2rem;
        line-height: 1.2rem;
        font-size: .32rem;
        padding-right: .4rem;*/
        height: 2.2em;
        line-height: 2em;
        font-size: 15px;
        padding-right: .67em;
    }
    
    header.on {
        background: #fff;
        /*border-bottom: 1px solid rgba(0,0,0,.1);*/
        height: 70px;
    }
   header {
        /*height: 1.2rem;*/
        height: 70px;
      
        
    }

        header .logo {
            /*line-height: 1.2rem;*/
            line-height: 2em;
        }

            header .logo img {
                /*width: 2rem;*/
                width: 6em;
                padding-top:1.3em;
            }

    header .w1600 {
        /*padding: 0 .4rem;*/
        padding: 0 20px;
    }

    .header-div {
        /*padding-top: .45rem;*/
        /*width: .5rem;*/
        padding-top: 1.3em;
        width: 30px;
    }

        .header-div div {
            /*height: .03rem;
            margin-bottom: .14rem;*/
            height: 1.95px;
            margin-bottom: 6px;
        }

    nav {
        padding-top: 1.2rem;
    }

    .nav-ul {
        padding: 0;
    }

        .nav-ul li {
            /*height: .8rem;*/
            height: 2em;
        }

    header.cli .nav-ul li a {
        /*font-size: .3rem;
        line-height: .8rem;
        padding: 0 .4rem;*/
        font-size: 16px;
        line-height: 30px;
        /*padding: 15px;*/
        vertical-align:middle;
    }

    .footer-a1-b {
        /*height: 12vw;
        max-height: 12vw;*/
        /*display: none;*/
        /*right: 0px;*/
        /*height: 6vw;
        max-height: 6vw;*/
        font-size: 5vw;
        line-height:5vw;
        vertical-align: middle;
        /*width: 50%;*/
        padding-right: 0;
        /*padding: 0 0;*/
    }

    .footer-a1 {
        padding-top: 2%;
        padding-bottom: 1%;
    }
    .footer-a1-a {
        /*height: 6vw;
        max-height: 6vw;*/
        /*height: 14vw;
        max-height: 14vw;*/
    }
        .footer-a1-a img {
            /*height: 5vw;
            max-height: 5vw;*/
            width: 60%;
        }

        .footer-a1-a div {
            font-size: .28rem;
           
            /*line-height: .45rem;*/
            margin-top: 0.1%;
        }

    .footer-a2 {
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .footer-a2-b2 {
        width: 100%;
        float: right;
        padding-right:0;
        /*padding:0 2%;*/
    }
    .tel-foot {
        margin-top: 2.5%;
        margin-bottom:2%;

        font-size: 14px;
        line-height: 24px;
        color: #f5f5f5;
    }
    .social-icon-foot {
        direction: rtl;
        font-size: 14px;
        line-height: 24px;
        color: #f5f5f5;
        margin-bottom: 2%;
    }
    .addres-foot {
        margin-top: 2%;
        direction: rtl;
      font-size:14px;
       
        line-height: 25px;
    }
    .fab-d1 {
        float: right;
        text-align: right;
        font-size: 1.5vw;
    }

    .fab-d2 {
       
        direction:rtl;
        /*padding-right:0px;*/
        text-align: right;
        font-size: medium;
        line-height: normal;
        /*margin: 0;*/
    }

    .fab-d3 {
        text-align: right;
        font-size: medium;
    }

    .footer-b {
        padding: 1% 0;
    }

    .footer-b1 {
        font-size: 2vw;
        line-height: 2vw;
    }

    .footer-b2 {
        float: left;
        font-size: .24rem;
        line-height: .45rem;
    }

    .footer-a2-b1 {
        display: none;
    }

    .footer-a2-a {
        display: none;
    }

    .footer-a2-c {
        display: block;
        overflow: hidden;
        margin-bottom: 2%;
        /*padding:0 2%;*/
    }

        .footer-a2-c a {
            display: block;
            width: 50%;
            float: right;
            font-size: 14px;
            line-height: 24px;
           height: 24px;
            /*font-size: 4.5vw;
            line-height: 4.5vw;
            height: 5vw;*/
            color: #fff;
        }

            .footer-a2-c a img {
                width: .5em;
                height: .5em;
                margin-right: 1%;
                margin-right: .4em;
                position: relative;
                /*top: -.03rem;*/
                top: .5%;
            }

    .footer-b3 {
        font-size: small;
        line-height: normal;
    }

    .m-nav {
        display: block;
        position: fixed;
        left: 0;
        bottom: -100%;
        width: 100%;
        background: #fff;
        padding-top: .5rem;
    }

        .m-nav div {
            width: 100%;
            padding: .3rem 0;
            z-index: 9;
            display: none;
        }

            .m-nav div a {
                display: block;
                /*padding: 0 .4rem;*/
                padding: 0 20px;
                font-size: .26rem;
                line-height: .8rem;
                border-bottom: 1px solid rgba(0,0,0,.1);
                color: #333;
            }

        .m-nav img {
            width: .8rem;
            height: .8rem;
            position: absolute;
            top: .1rem;
            right: .2rem;
        }

    .banner {
        height: 5rem;
    }

      

    .banner-a {
        /*padding-top: 7em;*/
        position: relative;
    }

    .banner-a1 {
        /*font-size: .6rem;*/
        font-size: 20px;
        position: absolute;
        bottom: 50px;
        
    }

    .banner-a2 {
        /*font-size: .3rem;
        line-height: .5rem;
        margin-top: .1rem;*/
       
        font-size: 18px;
        line-height: 20px;
        margin-top: .1em;
        bottom:20px;
    }

    .page {
        height: 1rem;
        padding: .1rem 0;
    }

        .page a {
            width: .8rem;
            height: .8rem;
            margin: 0;
            font-size: .24rem;
            line-height: .8rem;
        }
}
@media (min-width: 767px){
    .imgcontac {
       
        background-image: url('/upload/2019/images/ŲŖŁ…Ų§Ų³ ŲØŲ§ ŁŲ±ŁŲ´ŚÆŲ§Ł‡ Ł‡ŪŲÆŲ±ŁŁ„ŪŚ© Ł¾Ł†ŁŁ…Ų§ŲŖŪŚ© ŲŖŲ±Ś© (Ł„Ų§Ų­Ł‚Ū) Ł†Ł…Ų§ŪŁ†ŲÆŁ‡ Ų§ŪŲ±ŲØŲ³ŲŖ.jpg');
        background-size: 100% 100%;
    }
    /*.banner-a {
        padding-top: 350px;
      
    }*/
}



/*Ć©Ā¦ā€“Ć©Ā�Āµ*/
.ibanner {
}

   
/*.ibanner-div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 120px;
    padding-top: 210px;
}*/

   

    .ibanner-div .iban-d2 {
        font-size: 22px;
        line-height: 35px;
        color: #fff;
    }

    .ibanner-div .iban-d3 {
        display: block;
        width: 130px;
        height: 40px;
        margin-top: 35px;
        font-size: 16px;
        color: rgba(255,255,255,.7);
        text-align: center;
        line-height: 38px;
        background: url(../img/ico99.png) no-repeat center;
        background-size: cover;
    }

        .ibanner-div .iban-d3 a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 16px;
            color: rgba(255,255,255,.7);
            line-height: 38px;
            padding-right: 10%;
            background: url(../img/ico03.png) no-repeat 80% center;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

        .ibanner-div .iban-d3:hover a {
            background: url(../img/ico98.png) no-repeat 82% center;
            color: #0083D3;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

.ibanner-span {
    bottom: 34px !important;
}

    .ibanner-span span {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 2px solid #0083d3;
        background: none;
        opacity: 1;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .ibanner-span .swiper-pagination-bullet-active {
        width: 35px;
        background: #0083D3;
        border-radius: 5px;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

.ipro-bj {
    width: 100%;
    height: 840px;
    background: url(../img/img14.jpg) no-repeat center;
}

.ipro {
    padding-top: 2%;
}
/*media screen*/
.ipro-a {
    font-weight:bolder;
    font-size: 50px;
    line-height: 80px;
    color: #333;
    vertical-align:text-top;
    text-align: center;
    text-transform: uppercase;
    /*font-family: fa-regular-400;*/
    /*font-family: "gilroy-bold";*/
}

/*media screen*/
.ipro-b {
    font-size: 24px;
    line-height: 35px;   
    color: #444;
    text-align: center;
}




.ipro-c {
    /*height: 640px;*/
    /*margin-top: 30px;*/
    /*margin-top:4%;*/
    margin-bottom:2%;
    position: relative;
}

    .ipro-c .swiper-slide {
        text-align: center;
        /*top: 150px;*/
        top: 10%;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

.ipro-c1 {
    display: inline-block;
    width: 250px;
    height: 250px;
    line-height: 250px;
    background: url(../img/ico07.png) no-repeat center;
    padding: 0 30px;
}

.ipro-swiper {
    width: 114%;
    margin-left: -7%;
    padding-top: 5%;
}
/*media screen*/
.ipro-c1-a {
    text-align:center;
    font-size: 17px;
    color: #444;
    line-height: 27px;
    padding: 3px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transform: scale(0);
}




    .ipro-c1-a span {
        display: inline-block;
        width: 30px;
        height: 19px;
        /*font-size: 12px;*/
        font-size:  small;
        color: #fff;
        line-height: 15px;
        background: url(../img/ico06.png) no-repeat center;
        position: relative;
        top: -20px;
        left: 5px;
    }

.ipro-c1-b {
    font-size: large;
    color: #888;
    height:5%;
    line-height: normal;
    padding: 0 5%;
    margin-top: 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transform: scale(0);
}

.ipro-c1-c {
    display: block;
    width: 130px;
    height: 40px;
  
    /*width: 25%;
    height: 15%;*/
    margin: 1% auto;
    font-size: 1.5vw;
    color: #888;
    line-height: 1.5vw;
    margin-top: 3%;
    transform: scale(0);
    background: url(../img/ico99.png) no-repeat center;
    background-size: cover;
}
    /*media screen*/
    .ipro-c1-c a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px;
        color: #888;
        line-height: 38px;
        padding-right: 10%;
        background: url(../img/ico04.png) no-repeat 80% center;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

   

    .ipro-c1-c:hover a {
        background: url(../img/ico98.png) no-repeat 82% center;
        color: #0083D3;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

.ipro-c1-d {
    margin-top: 45px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #888;
    transform: scale(0);
}

    .ipro-c1-d a {
        display: inline-block;
        font-size: 14px;
        color: #444;
        border-bottom: 1px solid rgba(0,0,0,.2);
        margin: 0 5px;
    }

        .ipro-c1-d a:hover {
            color: #0083D3;
        }

.ipro-c-lt {
    /*width: 30px;
    height: 26px;*/
    width: 4vw;
    height: 3vw;
    background: url(../img/ico47.png) no-repeat center;
    position: absolute;
    left: 0px;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

.ipro-c-rt {
    /*width: 30px;
    height: 26px;*/
    width: 4vw;
    height: 3vw;
    background: url(../img/ico48.png) no-repeat center;
    position: absolute;
    right: 0px;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

@media (min-width: 1400px) {
    
    .banner-a {
        padding-top: 350px;
    }
    .ibanner-div {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 120px;
        padding-top: 210px;
    }
        .ibanner-div .iban-d1 {
            font-size: 55px;
            line-height: 75px;
            color:aqua;
        }
    .ibanner .swiper-slide {
        /*height: 100%;
        height: 550px;
        background: no-repeat center;*/
        height: 27em;
        width: 100% !important;
        /*background-size:contain;*/
        background-size: 100% 27em;
    }

    .ipro-c .swiper-slide-next {
        top: 0;
    }

        .ipro-c .swiper-slide-next .ipro-c1 {
            margin-bottom: .5em;
            width: 100%;
            height: 100%;
            background: url(../img/ico05.png) no-repeat center;
            background-size: cover;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

            .ipro-c .swiper-slide-next .ipro-c1 .img1 {
                width: 70%;
                margin-top: -10%;
            }

            .ipro-c .swiper-slide-next .ipro-c1 .ipro-c1-a {
                transform: scale(1);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .ipro-c .swiper-slide-next .ipro-c1 .ipro-c1-b {
                transform: scale(1);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .ipro-c .swiper-slide-next .ipro-c1 .ipro-c1-c {
                transform: scale(1);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .ipro-c .swiper-slide-next .ipro-c1 .ipro-c1-d {
                transform: scale(1);
                transition: all .3s;
                -webkit-transition: all .3s;
            }
}

@media (max-width: 1600px) {
  
    .ibanner-div {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 120px;
        padding-top: 210px;
    }
        .ibanner-div .iban-d1 {
            font-size: 55px;
            line-height: 75px;
            color: deeppink;
        }
    .ibanner .swiper-slide {
        /*height: 100%;
        height: 550px;
        background: no-repeat center;*/
        height: 27em;
        width: 100% !important;
        /*background-size:contain;*/
        background-size: 100% 27em;
    }
    .ipro-c-lt {
        top: 40%
    }

    .ipro-c-rt {
        top: 40%
    }

    .ipro-c1-c {
        margin-top: 10px;
    }

    .ipro-c1-d {
        margin-top: 10px;
    }
}

@media (max-width: 1399px) {
   
    .ibanner-div {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 120px;
        padding-top: 150px;
    }
        .ibanner-div .iban-d1 {
            font-size: 40px;
            line-height: 65px;
            color: #fff;
        }
    .ibanner .swiper-slide {
        /*height: 100%;
        height: 550px;
        background: no-repeat center;*/
        height: 20em;
        width: 100% !important;
        /*background-size:contain;*/
        background-size: 100% 20em;
    }
    .ipro-c .swiper-slide-active {
        top: 0;
    }

        .ipro-c .swiper-slide-active .ipro-c1 {
            max-width: 640px;
            width: 100%;
            height: 100%;
            background: url(../img/ico05.png) no-repeat center;
            background-size: cover;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

            .ipro-c .swiper-slide-active .ipro-c1 .img1 {
                width: 80%;
                margin-top: -10%;
            }

            .ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-a {
                transform: scale(1);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-b {
                transform: scale(1);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-c {
                transform: scale(1);
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-d {
                transform: scale(1);
                transition: all .3s;
                -webkit-transition: all .3s;
            }
}

@media (max-width: 767px) {
    .ipro {
        padding-top: 2%;
    }

    .ipro-bj {
        height: initial;
    }

    .ipro-c {
        margin-top: 1%;
        /*height: initial;*/
    }

        .ipro-c .swiper-slide {
            top: 0;
        }

        .ipro-c .swiper-slide-active .ipro-c1 {
            padding: 0 1%;
            background-size:83%;
        }
  

   

        .ipro-c1-a span {
            top: -.15rem;
        }

    .ipro-c1-b {
        font-size: medium;
        line-height: normal;
        height: 5%;
        margin-top: 0rem;
    }

    .ipro-c .swiper-slide-active .ipro-c1 .img1 {
        width: 60%;
        /*margin-top: -1rem;*/
        margin-top: -1em;
    }

    .ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-b {
        display: none;
    }

    .ipro-c1-c {
        /*width: 1.96rem;
        height: .6rem;*/
        font-size: .26rem;
        line-height: .6rem;
    }
        /*@media all and (max-width:767px)*/
        .ipro-c1-c a {
            font-size: 0.26rem;
            line-height: 0.6rem;
        }

    


    .ipro-c .swiper-slide-active .ipro-c1 .ipro-c1-d {
        font-size: .24rem;
        line-height: .45rem;
    }

    .ipro-c1-d a {
        font-size: .24rem;
        line-height: .45rem;
    }

    .ipro-c-lt, .ipro-c-rt {
        z-index: 5;
        width: 1.42em;
        height: 1.32em;
        background-size: cover;
    }

    .ipro-c-lt {
        /*left: -.15rem;*/
       
    }

    .ipro-c-rt {
        /*right: -.15rem;*/
       
    }
}




.icases-bj {
    width: 100%;
    height: 850px;
    background: url(../img/img01.jpg) no-repeat center;
}
/*media screen*/
.icases {
    padding-top: 7%;
}


/*media screen*/
.icases-a {
    text-align: right;
    direction: rtl;
    font-size: 50px;
    color: #fff;
    line-height: 1;
    /*font-family: "gilroy-bold";*/
    text-transform: uppercase;
}


/*media screen*/
.icases-b {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 30px;
}


/*media screen*/
.icases-c {
    float: right;
    text-align: right;
    direction: rtl;
    width: 25px;
    height: 5px;
    background: #fff;
    /*margin: 40px 0;*/
    margin-top: 1.5%;
}


/*media screen*/
.icases-d {
    direction: rtl;
    font-size: 34px;
    color: #fff;
    line-height: 40px;
    margin-top: 1.2%;
}


/*media screen*/
.icases-e {
    direction: rtl;
    font-size: 18px;
    color: #bebdbd;
    line-height: 30px;
    /*margin-top: 10px;*/
    margin-top: 1%;
}



.icases-f {
    margin-top:  7%;
    /*vertical-align:central;*/
}

    .icases-f .swiper-slide {
        height: 210px;
        border: 3px solid rgba(255,255,255,.6);
        background: rgba(255,255,255,.2);
        transition: all .3s;
        -webkit-transition: all .3s;
    }

.icases-f1 {
    width: 45px;
    height: 35px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
/*media screen*/
.icases-f2 {
    text-align: right;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: 130px;
    right: 10%;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/*media screen*/
.icases-f3 {
    text-align: right;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 20px;
    position: absolute;
    top: 160px;
    right: 10%;
    font-family: "Gilroy-Light";
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media (min-width: 768px) {
    .icases-f .swiper-slide:hover {
        border: none;
        background: url(../img/ico08.png) no-repeat center;
        background-size: cover;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .icases-f .swiper-slide:hover .icases-f1 {
            top: 50px;
            left: 50%;
            margin-left: -22.5px;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

        .icases-f .swiper-slide:hover .icases-f2 {
            width: 100%;
            top: 100px;
            left: 0;
            text-align: center;
            padding: 0;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

        .icases-f .swiper-slide:hover .icases-f3 {
            width: 100%;
            top: 130px;
            left: 0;
            text-align: center;
            padding: 0;
            transition: all .3s;
            -webkit-transition: all .3s;
        }
}


.inews-bj {
    padding-top:0;
    padding-right:0;
    width: 100%;
    /*height: 750px;*/
    background: url(../img/img15.jpg) no-repeat center;
}

.inews {
    padding-top: 0;
    padding-bottom: 0;
}

.inews-a {
    margin-top: 4%;
    padding-bottom: 2.7em;

    /*margin-top: 45px;
    padding-bottom: 85px;*/
}

.inews-div {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    background: #fff;
}

.inews-d1 {
    width: 100%;
    overflow: hidden;
}

    .inews-d1 img {
        max-width: 100%;
        max-height: 100%;
        transition: all .3s;
        -webkit-transition: all .3s;
    }
/*media screen*/
.inews-d2 {
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    text-align: right;
    direction: rtl;
    color: #222;
    /*margin-top: 40px;*/
    margin-top: 4%;
    /*padding: 0 25px;*/
    padding: 0 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
    -webkit-transition: all .3s;
}

/*media screen*/
.inews-d3 {
    text-align: justify;
    text-justify: inter-word;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    color: #888;
    height: 40px;
    line-height: 20px;
    /*margin-top: 10px;
    padding: 0 25px;*/
    margin-top: 1.5%;
    padding: 0 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*media screen*/
.inews-d4 {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    /*margin-top: 25px;
    padding: 0 45px;*/
    margin-top: 2%;
    /*padding: 0 9%;*/
    text-align:right;
    padding-right:  2.5em;
    /*background: url(../img/ico13.png) no-repeat 25px center;*/
    background: url(../img/ico13.png) no-repeat 97.5% center;
   
}



.inews-div:hover .inews-d1 img {
    transform: scale(1.08);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.inews-div:hover .inews-d2 {
    color: #0083d3;
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media (max-width: 1023px) {
    .ibanner .swiper-slide {
        /*height: 5.5rem;*/
        height: 14em;
        width: 100% !important;
        /*background-size:contain;*/
        background-size: 100% 14em;
    }
    .ibanner-div .iban-d1 {
        font-size: 35px;
        line-height: 55px;
        color: mediumpurple;
    }

    .ibanner-div {
        margin-top: 4.5em;
        padding-top: 1px;
        /*padding-left: .4rem;*/
        padding-left: 20px;
        /*padding-top: 1.9rem;*/
        padding-bottom: 0.12em;
    }
        .ibanner-div .iban-d2 {
            /*font-size: .28rem;
            line-height: .5rem;
            margin-top: .1rem;*/
            font-size: 1em;
            line-height: 1.2em;
            margin-top: 0em;
            color: mediumpurple;
        }
}

    @media (max-width: 767px) {
        .ibanner .swiper-slide {
            /*height: 5.5rem;*/
            height: 11em;
            width: 100% !important;
            /*background-size:contain;*/
            /*background-size: 100% 11em;*/
        }

        .ibanner-div {
            margin-top: 4.5em;
            padding-top: 1px;
            padding-left: .4rem; 
            /*padding-top: 1.9rem;*/
            padding-bottom: 0.12em;
        }

            .ibanner-div .iban-d1 {
                /*margin-top: 0px;*/
                /*font-size: .55rem;
            line-height: .65rem;*/
                /*font-size: 1.75em;
            line-height: 2.5em;*/
            }

            .ibanner-div .iban-d2 {
                /*font-size: .28rem;
            line-height: .5rem;
            margin-top: .1rem;*/
                font-size: 1em;
                line-height: 1.2em;
                margin-top: 0em;
                color: green;
            }

            .ibanner-div .iban-d3 {
                /*width: 1.95rem;
                height: .6rem;
                font-size: .26rem;
                line-height: .6rem;*/
                /*margin-top: .3rem;*/
                width: 4.5em;
                height: 1.5em;
                font-size: 1em;
                line-height: 1.3rem;
                /*margin-top: .3rem;*/
                margin-top: 0.88em;
            }

                .ibanner-div .iban-d3 a {
                    /*font-size: .26rem;
                    line-height: .6rem;*/
                    font-size: 1em;
                    line-height: 1.3em;
                }

        .ibanner-span {
            bottom: 0 !important;
        }

            .ibanner-span span {
                width: .15rem;
                height: .15rem;
            }

            .ibanner-span .swiper-pagination-bullet-active {
                width: .35rem;
                height: .15rem;
            }


        /*@media all and (max-width:767px)*/
        .icases {
            padding-top: 9%;
        }

        /*@media all and (max-width:767px)*/
        .icases-c {
            margin: 1.1em 0 0 0;
            width: 0.6rem;
            height: 0.05rem;
            margin-right: .5em;
            /*font-size: 1.5em;*/
            /*line-height: 2.2em;*/
        }

        /*@media all and (max-width:767px)*/
        .icases-a {
            /*font-size: 0.6rem;
        line-height: 0.7rem;*/
            font-size: 1.6em;
            padding-right: .3em;
        }

        .icases-b {
            font-size: small;
            line-height: .5rem;
        }

        /*@media all and (max-width:767px)*/
        .icases-d {
            /*font-size: 0.36rem;
        line-height: 0.5rem;*/
            font-size: 1em;
            line-height: 1.2em;
            padding-right: .5em;
            margin-top: 0em;
        }


        /*@media all and (max-width:767px)*/
        .icases-e {
            /*font-size: 0.28rem;
        line-height: 0.45rem;*/
            font-size: 0.95em;
            padding-right: .5em;
            margin-top: 1%;
        }
        /*@media all and (max-width:767px)*/


        /*@media all and (max-width:767px)*/
        .icases-f2 {
            font-size: 0.3rem;
            line-height: 0.45rem;
            top: 1.6rem;
            /*line-height: 1.1em;
        font-size: 1em;
        top: 6.2em;*/
        }
        /*@media all and (max-width:767px)*/
        .icases-f3 {
            font-size: 0.22rem;
            line-height: 0.45rem;
            top: 2rem;
            /*line-height: .98em;
        font-size: .90em;
        top: 10.2em;*/
        }



        .icases-f {
            /*margin-top: .7rem;*/
            margin-top: 1.7em;
        }

            .icases-f .swiper-slide {
                /*height:40vw;*/
                height: 3rem;
                /*height: 12em;*/
            }

        .icases-f1 {
            width: .9rem;
            height: .7rem;
            background-size: cover;
        }







        .icases-bj {
            height: initial;
            background-size: cover;
            padding-bottom: .8rem;
        }
        /*@media all and (max-width:767px)*/
        .inews {
            padding-top: 0.9em;
            /*padding-bottom: 0.6em;*/
        }


        /*@media all and (max-width:767px)*/
        .ipro-a {
            /*font-size: 0.7rem;
        line-height: 0.8rem;*/
            /*font-family: fa-regular-400;*/
            font-size: 1.5em;
            line-height: 50px;
            vertical-align: text-top;
        }

        /*@media all and (max-width:767px)*/
        .ipro-b {
            /*font-size: 0.36rem;
        line-height: 0.5rem;*/
            font-size: 1.2em;
        }
        /*@media all and (max-width:767px)*/
        .ipro-c1-a {
            /*font-size: 0.34rem;
        line-height: 0.45rem;*/
            font-size: 0.82em;
            /*margin-top: -1rem;*/
            /*margin-top: -1em;*/
            /*margin-top: -1em;*/
        }





        .inews-a {
            /*margin-top: 2%;
        margin-bottom:1%;
        padding-bottom: 1%;*/
            margin-top: .5em;
            padding-bottom: 2.85em;
        }

        .inews-bj {
            /*height: initial;*/
            /*padding-bottom: 1%;*/
            background-size: cover;
        }
    }




    /*Ć¦ā€“Ā°Ć©ā€”Ā»Ć¤ĀøĀ­Ć�ĀæĘ’*/
    .news-bj {
        background: #f7f7f7;
    }

    .news {
        padding-top: 20px;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .news-a {
        height: 35px;
        float: right;
        font-size: 16px;
        color: #222;
        line-height: 35px;
    }

        .news-a a {
            font-size: 16px;
            color: #222;
            line-height: 35px;
            cursor: pointer;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

            .news-a a:hover {
                color: #0083D3;
                transition: all .3s;
                -webkit-transition: all .3s;
            }

    .news-b {
        height: 35px;
        float: left;
    }

        .news-b a {
            display: inline-block;
            margin-left: 10px;
            min-width: 90px;
            padding: 0 10px;
            height: 35px;
            text-align: center;
            font-size: 16px;
            line-height: 35px;
            color: #222;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

            .news-b a:hover {
                background: #0083D3;
                color: #fff;
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .news-b a.on {
                background: #0083D3;
                color: #fff;
            }

    .news-c {
        width: 101.8%;
        float: left;
        margin-left: -0.9%;
        padding: 10px 0;
        margin-top: 20px;
        margin-bottom: 15px;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -webkit-box-lines: multiple;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .news-c li {
            width: 31.533%;
            margin: 0 .9%;
            float: left;
            margin-bottom: 30px;
        }

    @media (max-width: 1023px) {
        .news-c li {
            width: 48.2%;
        }
    }

    @media (max-width: 767px) {
        .news {
            padding-top: .6rem;
            padding-bottom: .6rem;
        }

        .news-b {
            width: 100%;
            margin-top: .3rem;
            height: .5rem;
            margin-top: .1rem;
        }

            .news-b a {
                min-width: 1rem;
                padding: 0 .15rem;
                height: .5rem;
                font-size: .24rem;
                line-height: .5rem;
                margin-left: 0;
                margin-right: .15rem;
            }

        .news-c {
            margin-top: .5rem;
            width: 100%;
            margin-bottom: .3rem;
        }

            .news-c li {
                width: 100%;
                margin: 0;
                margin-bottom: .2rem
            }
        /*@media all and (max-width:767px)*/
        .inews-d2 {
            /*font-size: 0.3rem;*/
            font-size: 1em;
            margin-top: 1%;
            padding: 0 4%;
        }
        /*@media all and (max-width:767px)*/
        .inews-d1 {
            padding: 0 4%;
        }

        /*@media all and (max-width:767px)*/
        .inews-d3 {
            /*font-size: 0.24rem;
        line-height: 0.45rem;
        height: 0.9rem;*/
            font-size: .85em;
            /*line-height: .95em;*/
            /*height: 1em;*/
            margin-top: 1%;
            padding: 0 4%;
        }



        /*@media all and (max-width:767px)*/
        .inews-d4 {
            /*font-size: 0.24rem;
        line-height: 0.45rem;*/
            /*margin-top: 0.2rem;*/
            font-size: .75em;
            margin-top: 2%;
            padding-right: 2.5em;
            /*padding-left: 0.8rem;*/
            /*background-position-x: .2rem;*/
        }



        .inews-div {
            padding-bottom: .9em;
        }
    }



    /*Ć¦ā€“Ā°Ć©ā€”Ā»ĆØĀÆĀ¦Ć¦Ę’ā€¦Ć©Ā�Āµ*/
.newsinfo {
    /*padding-top: 80px;*/
    padding-top: 40px;
    padding-bottom: 4px;
}

    .newsinfo-a {
        max-width: 677px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 45px;
        text-align: center;
        color: #222;
    }

    .newsinfo-b {
        font-size: 16px;
        line-height: 1;
        text-align: center;
        color: #888;
        margin-top: 10px;
    }

    .newsinfo-c {
        font-size: 16px;
        line-height: 30px;
        color: #666;
        padding: 40px 0;
        border-bottom: 1px solid rgba(0,0,0,.1);
        border-top: 1px solid rgba(0,0,0,.1);
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .caption p {
        font-size: 13px;
        line-height: 1em;
    }

    .newsinfo-c1 {
        max-width: 750px;
        /*max-width: 677px;*/
        margin: 0 auto;
    }

    .newsinfo-d a {
        /*display: block;*/
        font-size: 16px;
        line-height: 25px;
        margin: 5px 0;
        /*color: #333;*/
        float: right;
    }

        .newsinfo-d a:hover {
            color: #0083D3;
        }

    .newsinfo-e {
        width: 125px;
        height: 45px;
        background: #0083D3;
        color: #fff;
        line-height: 45px;
        text-align: center;
        vertical-align: central;
        display: block;
        float: right;
        margin-top: 2.5em;
    }

        .newsinfo-e:hover {
            color: #fff;
            opacity: .85;
        }

    @media (max-width: 767px) {
        .newsinfo {
            /*padding: .6rem .4rem;*/
            padding: .6rem 20px;
        }

        .newsinfo-a {
            font-size: .36rem;
            line-height: .5rem;
        }

        .newsinfo-b {
            font-size: .24rem;
            line-height: .4rem;
            margin-top: .05rem;
        }

        .newsinfo-c {
            margin: .3rem 0;
            padding: .3rem 0;
            font-size: .24rem;
            line-height: .45rem;
        }

        .newsinfo-d a {
            font-size: .24rem;
            line-height: .45rem;
            margin: .05rem 0;
        }

        .newsinfo-e {
            width: 2.4rem;
            height: .8rem;
            font-size: .26rem;
            line-height: .8rem;
        }
    }



    /*Ć¦Å“Ā¨Ć�Å&nbsp;Ā�Ć¦ā€¯ĀÆĆ¦Å’Ā*/
    .support-bj {
        direction:rtl;
        width: 100%;
        height: 773px;
        background: url(../img/img05.jpg) no-repeat center;
    }

    .support {
        padding-top: 55px;
    }

.support-a {
    direction: rtl;
    font-size: 30px;
    line-height: 50px;
    float: right;
    color: #222;
}

    .support-b {
        float: left;
        height: 50px;
    }

.support-b1 {
    float: right;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/ico17.png) no-repeat center;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.support-b2 {
    float: right;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../img/ico18.png) no-repeat center;
    cursor: pointer;
    margin-left: 13px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

    .support-b1:hover {
        background: url(../img/ico19.png) no-repeat center;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .support-b2:hover {
        background: url(../img/ico20.png) no-repeat center;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .support-c {
        width: 100%;
        float: left;
        margin-top: 60px;
    }

        .support-c .swiper-slide {
            padding: 0 30px;
            padding-top: 65px;
            padding-bottom: 20px;
            background: #fff;
        }

    .support-c1 {
        width: 100%;
        height: 320px;
        line-height: 320px;
        text-align: center;
    }

    .support-c1 {
        max-width: 100%;
        max-height: 100%;
    }

    .support-c2 {
        font-size: 18px;
        height: 60px;
        line-height: 30px;
        color: #444;
        padding: 0 20px;
        text-align: center;
        margin-top: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .support-c3 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(2,37,70,.6) url(../img/ico16.png) no-repeat center;
        transform: scale(0);
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .support-c .swiper-slide:hover .support-c3 {
        transform: scale(1);
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .support-d-bj {
        width: 100%;
        height: 350px;
        background: url(../img/img06.jpg) no-repeat center;
    }

    .support-d {
        overflow: hidden;
    }

    .support-d1 {
        direction:rtl;
        width: 100%;
        font-size: 30px;
        line-height: 40px;
        color: #222;
        margin-top: 100px;
    }

.support-d2 {
    direction: rtl;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 25px;
}

    @media (max-width: 767px) {
        .support {
            padding-top: .6rem;
        }

        .support-a {
            font-size: .36rem;
            line-height: .8rem;
        }

        .support-b {
            height: .8rem;
        }

        .support-b1 {
            width: .8rem;
            height: .8rem;
            background-size: cover;
        }

        .support-b2 {
            width: .8rem;
            height: .8rem;
            background-size: cover;
        }

            .support-b2:hover {
                width: .8rem;
                height: .8rem;
                background-size: cover;
            }

        .support-c {
            margin-top: .5rem;
        }

            .support-c .swiper-slide {
                padding: .3rem;
            }

        .support-c2 {
            font-size: .3rem;
            line-height: .45rem;
            height: .9rem;
            margin-top: .3rem;
        }

        .support-bj {
            height: initial;
            padding-bottom: .6rem;
        }

        .support-d-bj {
            height: initial;
            background-size: cover;
            padding-bottom: .8rem;
        }

        .support-d1 {
            font-size: .36rem;
            line-height: .5rem;
            margin-top: .5rem;
        }

        .support-d2 {
            font-size: .24rem;
            line-height: .45rem;
            margin-top: .5rem;
        }

        .support-c3 {
            background: no-repeat;
            transform: scale(1);
        }
    }




    /*Ć�ā€¦Ā³Ć¤ĀŗÅ½Ć¦Ė†ā€Ć¤Ā»Ā¬*/
    .about {
        width: 100%;
        background: #f2f2f3;
    }

    .about-a {
        background: no-repeat center;
        min-height: 720px;
        background-size: cover;
        overflow: hidden;
    }

    .about-a1 {
        width: 100%;
        min-height: 720px;
        position: relative;
    }

    .about-a1-a {
        width: 50%;
        float: right;
    }

    .about-a1-a1 {
        font-size: 100px;
        text-transform: uppercase;
        color: rgba(34,34,34,.05);
        line-height: 1;
        float: left;
        width: 100%;
        margin-top: 85px;
    }

    .about-a1-a2 {
        font-size: 30px;
        color: #222;
        line-height: 1;
        float: right;
        margin-top: -60px;
    }

    .about-a1-a3 {
        width: 100%;
        direction:rtl;
        float: right;
        font-size: 14px;
        color: #222;
        line-height: 28px;
        margin-top: 50px;
    }

    .about-a1-b {
        width: 45%;
        height: 180px;
        position: absolute;
        left: 50px;
        bottom: 0;
    }

    .about-a1-b1 {
        width: 33.333%;
        height: 180px;
        padding: 0 10px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 1;
        background: #014c91;
        float: left;
    }

        .about-a1-b1 div {
            font-size: 70px;
            line-height: 105px;
            padding-top: 25px;
            font-family: arial;
            font-weight: 100;
        }

        .about-a1-b1:nth-child(2) {
            background: #1666af;
        }

        .about-a1-b1:nth-child(3) {
            background: #2b7dcb;
        }

    .about-b {
        background: no-repeat center;
        min-height: 600px;
        background-size: cover;
        overflow: hidden;
    }

.about-b1 {
    float: right;
    direction: rtl;
    min-height: 600px;
    position: relative;
    padding-top: 80px;
}

    .about-b1-a {
       
        font-size: 30px;
        color: #fff;
        line-height: 1;
    }

    .about-b1-b {
        width: 20px;
        height: 2px;
        background: #fff;
        margin-top: 45px;
        margin-bottom: 35px;
    }

    .about-b1-c {
        font-size: 16px;
        color: #fff;
        line-height: 30px;
        max-width: 800px;
    }

    .about-b1-d {
        max-width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .about-c {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .about-c1 {
        font-size: 30px;
        line-height: 1;
        color: #222;
    }

    .about-c2 {
        font-size: 16px;
        line-height: 25px;
        color: #888;
        margin-top: 10px;
    }

    .about-c3 {
        width: 100%;
        float: left;
        margin-top: 60px;
        overflow: hidden;
        padding: 0 100px;
        position: relative;
    }

    .about-c3-swiper {
        width: 100%;
    }

        .about-c3-swiper .swiper-slide {
            overflow: hidden;
        }

    .about-c3-a {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }

        .about-c3-a img {
            max-width: 100%;
            max-height: 100%;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

    .about-c3-b {
        font-size: 16px;
        color: #1a1a1a;
        line-height: 25px;
        margin-top: 35px;
        text-align: center;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .about-c3 .support-b1 {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -25px;
    }

    .about-c3 .support-b2 {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -25px;
    }

    .about-c3-swiper .swiper-slide:hover .about-c3-a img {
        transform: scale(1.08);
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .about-c3-swiper .swiper-slide:hover .about-c3-b {
        color: #0083D3;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    @media (max-width: 1500px) {
        .about-a1-a {
            width: 100%;
        }

        .about-a1-b {
            width: 680px;
        }

        .about-a1-a1 {
            margin-top: 45px;
        }

        .about-a1-a3 {
            margin-top: 25px;
            margin-bottom: 20px;
        }

        .about-a1 {
            padding-bottom: 200px;
        }
    }

    @media (max-width: 1023px) {
        .about-b {
            background-size: cover;
            min-height: 500px;
        }
    }

    @media (max-width: 767px) {
        .about-a1-a1 {
            margin-top: .6rem;
            font-size: 1rem;
        }

        .about-a1-a2 {
            font-size: .36rem;
            line-height: .45rem;
            margin-top: -.7rem;
        }

        .about-a1-a3 {
            font-size: .24rem;
            line-height: .45rem;
            margin-top: .3rem;
        }

        .about-a1 {
            padding-bottom: 3rem;
        }

        .about-a1-b {
            width: 6.7rem;
            /*right: .4rem;*/
            right: 20px;
            height: 3rem;
        }

        .about-a1-b1 {
            font-size: .28rem;
            line-height: .45rem;
            height: 3rem;
        }

            .about-a1-b1 div {
                font-size: .8rem;
                height: 1.5rem;
                line-height: 1.1rem;
                /*padding-top: .4rem;*/
                padding-top: 20px;
            }

        .about-b {
            min-height: 6rem;
            background-size: cover;
        }

        .about-b1 {
            min-height: 6rem;
            padding-top: .8rem;
            padding-bottom: .6rem;
        }

        .about-b1-a {
            font-size: .36rem;
            line-height: .5rem;
        }

        .about-b1-b {
            /*margin: .4rem 0;*/
            margin:20px  0;
        }

        .about-b1-c {
            font-size: .24rem;
            line-height: .45rem;
        }

        .about-c {
            padding-top: .8rem;
            padding-bottom: .6rem;
        }

        .about-c1 {
            font-size: .36rem;
        }

        .about-c2 {
            font-size: .26rem;
            line-height: .45rem;
            margin-top: .15rem;
        }

        .about-c3 {
            /*margin-top: .4rem;*/
            margin-top: 20px;
            padding: 0 1rem;
        }

        .about-c3-b {
            font-size: .26rem;
            line-height: .45rem;
            margin-top: .2rem;
        }
    }





    /*ĆØĀā€¯Ć§Ā³Ā»Ć¦Ė†ā€Ć¤Ā»Ā¬*/
    .contact {
        padding-top: 50px;
        padding-bottom: 120px;
    }

    .contact-a {
        width: 100%;
        height: 500px;
        margin-top: 60px;
    }

        .contact-a #map {
            width: 100%;
            height: 100%;
        }

    .contact-b {
        padding-top: 70px;
        padding-bottom: 65px;
        overflow: hidden;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

.contact-b1 {
    /*padding-left: 38px;
    float: left;*/
    padding-right: 38px;
    float: right;
    width: calc(60% - 200px);
    width: -webkit-calc(60% - 200px);
    /*padding-right: 2%;*/
    background: url(../img/ico25.png) no-repeat right top;
}

    .ctb-a {
       text-align:right;
        font-size: 20px;
        line-height: 25px;
        color: #222;
    }

.ctb-b {
    text-align: right;
    font-size: 16px;
    line-height: 25px;
    color: #444;
    margin-top: 15px;
}

.ctb-c {
    text-align: right;
    font-size: 16px;
    line-height: 25px;
    color: #222;
    margin-top: 15px;
}

.contact-b2 {
    /*padding-left: 38px;
    float: left;*/
    padding-right: 38px;
    float: right;
    width: calc(46% - 200px);
    width: -webkit-calc(46% - 200px);
    /*padding-right: 2%;*/
    background: url(../img/ico26.png) no-repeat right top;
}

.contact-b3 {
    width: 300px;
    /*padding-left: 38px;
    float: left;*/
    padding-right: 38px;
    float: right;
    background: url(../img/ico27.png) no-repeat right top;
}

    .contact-c {
        padding-top: 70px;
        padding-bottom: 65px;
        overflow: hidden;
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .contact-c1 {
        padding-right: 38px;
        float:right;
        width: calc(60% - 200px);
        width: -webkit-calc(60% - 200px);      
        background: url(../img/ico28.png) no-repeat right top;
    }

.ctb-d {
    text-align: right;
    font-size: 16px;
    line-height: 25px;
    color: #444;
}

    .ctb-e {
        margin-top: 20px;
    }

        .ctb-e a {
            display: inline-block;
            width: 50px;
            height: 50px;
            margin-right: 7px;
        }

    @media (max-width: 1023px) {
        .contact-b1, .contact-b2, .contact-b3 {
            width: 33.333%;
        }

        .contact-c1 {
            width: 33.333%;
        }
    }

    @media (max-width: 767px) {
        .contact {
            padding-top: .6rem;
            padding-bottom: .6rem;
        }

        .contact-a {
            height: 7rem;
            margin-top: 1rem;
        }

        .contact-b {
            padding-top: .6rem;
            padding-bottom: .6rem;
        }

        .contact-b1, .contact-b2, .contact-b3 {
            width: 100%;
            margin-bottom: .3rem;
        }

        .ctb-a {
            font-size: .36rem;
            line-height: .5rem;
        }

        .ctb-b {
            font-size: .26rem;
            line-height: .45rem;
            margin-top: .15rem;
        }

        .ctb-c {
            font-size: .26rem;
            line-height: .45rem;
            margin-top: .15rem;
        }

        .contact-c {
            padding: .6rem 0;
        }

        .contact-c1 {
            width: 100%;
            margin-bottom: .3rem;
        }

        .contact-c2 {
            width: 100%;
            float: left;
        }

        .ctb-d {
            font-size: .3rem;
            line-height: .45rem;
            margin-top: .15rem;
        }

        .ctb-e {
            margin-top: .2rem;
        }
    }



    /*Ć�Āŗā€¯Ć§ā€¯ĀØĆ¦Ā�Ė†Ć¤Ā¾ā€¹*/
    .cases-top {
        padding-top: 25px;
        padding-bottom: 25px;
        overflow: hidden;
    }

    .cases {
        width: 100%;
        min-height: 750px;
        position: relative;
    }

    .cases-a {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        overflow: hidden;
    }

        .cases-a div {
            width: 100%;
            height: 100%;
            max-width: initial;
            position: absolute;
            top: 0;
            left: 0;
            background: no-repeat center;
            display: none;
        }

    .cases-b {
        width: 27%;
        min-height: 750px;
        float: right;
        border-left: 1px solid rgba(255,255,255,.2);
        position: relative;
        z-index: 3;
        padding-right: 0.5em;
        text-align:right;
    }

.cases-b1 {
    width: 100%;
    max-width: 360px;
    /*float: left;*/
    float: right;
    /*padding-top: 80px;*/
    padding-top: 1.2em;
}

        .cases-b1 li {
            height: 50px;
            margin-bottom: 50px;
            font-size: 23px;
            color: #fff;
            line-height: 50px;
            padding-right: 2.5em;
            text-align:right;
            cursor: pointer;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

            .cases-b1 li:hover {
                color: #0084d2;
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .cases-b1 li.on {
                color: #0084d2;
                /*background: url(../img/ico21.png) no-repeat 97% center;*/
                background: url(../img/ico21.png) no-repeat right top;
            }

.cases-c {
    direction: rtl;
    width: 73%;
    float: right;
    /*padding-right: 25px;*/
    padding-left: 50px;
    position: relative;
    z-index: 3;
}

.cases-c1 {
    width: 100%;
    max-width: 1240px;
    padding-right: 10%;
    /*padding-top: 90px;*/
    padding-top: 1.2em;
    display: none;
}

    .cases-c1-a {
        font-size: 34px;
        line-height: 40px;
        color: #fff;
    }

    .cases-c1-b {
        font-size: 18px;
        line-height: 35px;
        color: #fff;
        margin-top: 25px;
    }

    .cases-c1-c {
        overflow: hidden;
        margin-top: 35px;
        float: right;
        margin-left: 15px;
    }

        .cases-c1-c a {
            display: inline-block;
            min-width: 120px;
            height: 120px;
            border: 1px solid rgba(255,255,255,.3);
            text-align: center;
            line-height: 120px;
            font-size: 16px;
            color: #fff;
            padding: 0 10px;
            transition: all .3s;
            -webkit-transition: all .3s;
        }

            .cases-c1-c a:hover {
                border: 1px solid rgba(0,132,210,.3);
                color: #0083D3;
                transition: all .3s;
                -webkit-transition: all .3s;
            }

    @media (max-width: 1023px) {
        .cases-b {
            padding-left: 10px;
        }

        .cases-b1 li {
            padding-left: 10px;
        }

        .cases-c {
            padding-right: 20px;
        }

        .cases-c1-c a {
            min-width: 100px;
            line-height: 100px;
            height: 100px;
        }
    }

    @media (max-width: 767px) {
        .cases-top {
            padding-top: .3rem;
            padding-bottom: .3rem;
        }

        .news-a {
            line-height: .45rem;
            height: .45rem;
        }

            .news-a a {
                /*font-size: .3rem;
                line-height: .45rem;
                height: .45rem;*/
                font-size: 15px;
                line-height: 30px;
                height: 35px;
            }

        .cases {
            height: initial;
            min-height: initial;
            overflow: hidden;
            padding-bottom: 1rem;
        }

        .cases-a div {
            background-size: cover;
        }

        .cases-b {
            width: 100%;
            /*padding: 0 .4rem;*/
            padding: 0 20px;
            min-height: 10em;
        }

        .cases-b1 {
            padding-top: 1.2em;
            overflow: hidden;
            max-width: initial;
        }

            .cases-b1 li {
                /*width: 30.333%;*/
                width: 48%;
                /*float: left;
                font-size: .3rem;
                line-height: .5rem;
                height: .5rem;
                padding-left: .5rem;
                margin-bottom: .2rem;*/
                float: right;
                font-size: 15px;
                line-height: 28px;
                height: 33px;
                padding-right: 2.5em;
                margin-bottom: .5em;
                margin: 0.5em 0.3%;
            }

                .cases-b1 li.on {
                    background-size: .4rem;
                }

        .cases-c {
            width: 100%;
            /*padding: 0 .4rem;*/
            padding: 0 20px;
            padding-bottom: .15em;
        }

        .cases-c1 {
            padding: 0;
            /*padding-top: 1.2rem;*/
            padding-top: 1.2em;
            overflow: hidden;
        }

        .cases-c1-a {
            /*font-size: .36rem;
            line-height: .5rem;*/
            font-size: 25px;
            line-height: 35px;
        }

        .cases-c1-b {
            /*font-size: .24rem;
            line-height: .45rem;
            margin-top: .2rem;*/
            font-size: 18px;
            line-height: 22px;
            margin-top: .22em;
        }

        .cases-c1-c {
            /*margin-top: .3rem;
            margin-right: .2rem;*/
            margin-top: .3em;
            margin-right: .2em;
        }

            .cases-c1-c a {
                /*min-width: 1.5rem;
                line-height: 1.46rem;
                height: 1.46rem;
                font-size: .26rem;*/
                min-width: 2.5em;
                line-height: 2.95em;
                height: 5.66em;
                font-size:15px;
            }
    }




    /*Ć�Āŗā€¯Ć§ā€¯ĀØĆ¦Ā�Ė†Ć¤Ā¾ā€¹ĆØĀÆĀ¦Ć¦Ę’ā€¦*/
    .casesinfo-top {
        height: 100px;
    }

        .casesinfo-top a {
            display: block;
            width: 80px;
            height: 40px;
            line-height: 40px;
            float: right;
            margin-top: 30px;
            border-left: 1px solid rgba(0,0,0,.1);
            font-size: 14px;
            color: #444;
            padding-left: 50px;
            background: url(../img/ico22.png) no-repeat 25px center;
        }

            .casesinfo-top a:hover {
                color: #0083D3;
            }

    .casesinfo {
        overflow: hidden;
        border-top: 1px solid rgba(0,0,0,.1);
        position: relative;
    }

    .casesinfo-a {
        width: 62.5%;
        float: left;
        background: #f7f7f7;
        padding: 60px 30px 130px 50px;
        overflow: hidden;
    }

    .casesinfo-a-bj {
        width: 62.5%;
        height: 100%;
        float: left;
        background: #f7f7f7;
        position: absolute;
        top: 0;
        left: 0;
    }

    .casesinfo-a1 {
        width: 100%;
        max-width: 880px;
        margin: 0 auto;
    }

    .casesinfo-a1-a {
        width: 100%;
        position: relative;
        margin-bottom: 50px;
    }

        .casesinfo-a1-a img {
            width: 100%;
        }

        .casesinfo-a1-a .vd-div {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,.2) url(../img/ico23.png) no-repeat center;
            cursor: pointer;
        }

    .casesinfo-b {
        width: 37.5%;
        float: right;
        padding-right: 50px;
        min-height: 990px;
    }

    .casesinfo-b1 {
        width: 100%;
        text-align:right;
        max-width: 565px;
        padding-left: 10%;
        padding-top: 100px;
    }

    .casesinfo-b1-a {
        font-size: 30px;
        line-height: 40px;
        color: #222;
    }

    .casesinfo-b1-b {
        font-size: 16px;
        min-height: 475px;
        padding: 30px 0;
        line-height: 30px;
        color: #666;
    }

    .casesinfo-b1-c {
        font-size: 16px;
        color: #888;
        line-height: 20px;
    }

    .casesinfo-b1-d {
        margin-top: 15px;
        overflow: hidden;
    }

        .casesinfo-b1-d a {
            display: block;
            font-size: 16px;
            line-height: 18px;
            padding-right: 10px;
            margin: 8px 0;
            margin-right: 25px;
            color: #222;
            float: left;
            min-width: 160px;
        }

            .casesinfo-b1-d a:hover {
                color: #0083D3;
            }

            .casesinfo-b1-d a:nth-child(2n + 1) {
                border-left: 1px solid rgba(0,0,0,.1);
            }

    .casesinfo-b1-e {
        margin-top: 50px;
        padding-top: 50px;
        border-top: 1px solid rgba(0,0,0,.1);
    }

        .casesinfo-b1-e a {
            display: block;
            font-size: 14px;
            line-height: 25px;
            color: #222;
            margin: 3px 0;
        }

            .casesinfo-b1-e a:hover {
                color: #0083D3;
            }

    @media (max-width: 1650px) {
        .casesinfo-b1-d a {
            width: 100%;
            border-right: none
        }

        .pro2 {
            padding: 1% 2%;
        }
    }

    @media (max-width: 1023px) {
        .casesinfo-a-bj {
            width: 50%;
        }

        .casesinfo-a {
            width: 50%;
        }

        .casesinfo-b {
            width: 50%;
            min-height: 830px;
        }

        .casesinfo-b1-b {
            min-height: 250px;
        }
        .proinfo-b1 div {
            width: 33%;
            height: 100%;
            /*float: left;*/
            float: right;
            font-size: 14px;
            color: #444;
            line-height: 100px;
            text-align: center;
        }
      
    }

    @media (max-width: 767px) {
        .casesinfo-top {
            height: 1rem;
        }

            .casesinfo-top a {
                /*margin-top: .2rem;
                height: .6rem;
                line-height: .6rem;*/
                margin-top: 1.5em;
                margin-bottom: 1em;
                height: 2em;
                line-height: 1.9em;
            }

        .casesinfo-a-bj {
            display: none;
        }

        .casesinfo-b {
            width: 100%;
            /*padding: .6rem .4rem;*/
            padding: .6em .97em;
            min-height: 9em;
        }

        .casesinfo-b1 {
            padding: 0;
        }

        .casesinfo-b1-a {
            /*font-size: .4rem;
            line-height: .6rem;*/
            font-size: 14px;
            line-height: 20px;
        }

        .casesinfo-b1-b {
            /*min-height: initial;
            font-size: .24rem;
            line-height: .45rem;
            padding: .4rem 0;*/
            /*min-height: initial;*/
            font-size: 15px;
            line-height: 22px;
            padding: 0.3em 0;
        }

        .casesinfo-b1-c {
            /*font-size: .38rem;
            line-height: .45rem;*/
            font-size: 13px;
            line-height: .45em;
        }

        .casesinfo-b1-d {
            /*margin-top: .15rem;*/
            margin-top: .15em;
        }

            .casesinfo-b1-d a {
                /*font-size: .24rem;
                line-height: .45rem;
                margin: .05rem 0;*/
                font-size: 14px;
                line-height: 20px;
                margin: .05em 0;
            }

        .casesinfo-b1-e {
            /*margin-top: .5rem;
            padding-top: .5rem;*/
            margin-top: .5em;
            padding-top: .5em;
        }

            .casesinfo-b1-e a {
                /*font-size: .24rem;
                line-height: .45rem;*/
                font-size: 14px;
                line-height: 25px;
            }

        .casesinfo-a {
            width: 100%;
            /*padding: .8rem .4rem;*/
            padding: 0.9em 20px;
        }

        .casesinfo-a1-a {
            /*margin-bottom: .4rem;*/
            margin-bottom: 20px;
        }

            .casesinfo-a1-a .vd-div {
                background-size: .8rem;
            }
    }



    /*Ć¤ĀŗĀ§Ć�ā€ĀĆ�Ė†ā€”ĆØĀ�ĀØ*/
    .product {
        /*direction:rtl;*/
        width: 100%;
        overflow: hidden;
        background: #f7f7f7;
        padding-top: 100px;
        position: relative;
    }

    .product-a-bj {
        width: 380px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #fff;
        z-index: 2;
    }

    .product-a {
        direction: rtl;
        width: 380px;
        overflow: hidden;
        /*min-height: 1120px;*/
        float: right;
        background: #fff;
        padding-top: 45px;
        position: relative;
        z-index: 3;
    }

    .product-a1 {
        font-size: 18px;
        color: #444;
        line-height: 1;
        padding: 0 30px;
    }

    .product-a2 {
        margin-top: 15px;
        height: 45px;
        width: 100%;
        position: relative;
        padding: 0 30px;
    }

        .product-a2 .int1 {
            width: 100%;
            height: 45px;
            line-height: 45px;
            padding: 0 1%;
            padding-right: 2%;
            border: 1px solid rgba(0,0,0,.1);
            font-size: 14px;
            color: #333;
        }

        .product-a2 .int2 {
            width: 45px;
            height: 45px;
            border: none;
            background: url(../img/ico37.png) no-repeat center;
            position: absolute;
            top: 0;
            /*left:30px;*/
            left: 23px;
        }
    /*media screen*/


.product-a3 {
    text-align: right;
    font-size: 18px;
    color: #444;
    line-height: 22px;
    padding: 0 30px;
    margin-top: 60px;
    background: url(../img/ico39.png) no-repeat 20px center;
}
    .product-a3.on {
        background: url(../img/ico40.png) no-repeat 20px center;
    }
    .product-a4 {
        font-family: IRANSansWeb,sans-serif;
        margin-top: 20px;
        padding-bottom: 140px;
    }

    .product-list {
        width: 100%;
        overflow: hidden;
    }

    .product-list-a {
        width: 100%;
        height: 80px;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        cursor: pointer;
    }

    .product-list-a1 {
        width: 80px;
        height: 60px;
        /*float: left;*/
        float: right;
    }

        .product-list-a1 img {
            max-width: 100%;
            max-height: 100%;
        }

    .product-list-a2 {
        font-size: 16px;
        color: #222;
        line-height: 60px;
        /*float: left;
    margin-left: 15px;*/
        float: right;
        margin-right: 15px;
    }

    .product-list-a3 {
        width: 30px;
        height: 60px;
        /*float: right;*/
        float: left;
        background: url(../img/ico39.png) no-repeat left center;
    }

        .product-list-a3.on {
            background: url(../img/ico40.png) no-repeat left center;
        }

    .product-list-b {
        width: 260px;
        float: right;
        display: none;
    }

        .product-list-b li {
            font-size: 14px;
            color: #888;
            line-height: 20px;
            border-bottom: 1px solid rgba(0,0,0,.1);
            cursor: pointer;
        }

            .product-list-b li a {
                display: block;
                padding: 20px 0;
                width: 100%;
                height: 100%;
                font-size: 14px;
                color: #888;
                line-height: 20px;
                padding-right: 25px;
            }

    @media (min-width: 1024px) {
        .product-list-b li a:hover {
            color: #0083D3;
        }

        .pro2 {
            padding: 1% 2%;
        }
        .proinfo-a1-b {
            font-size: 50px;
            color: #444;
            line-height: 55px;
        }
    }

    .product-list-b li:first-child a {
    }

    .product-list-b li .product-list-b1 {
        /*background: url(../img/ico39.png) no-repeat 96% center;*/
        background: url(../img/ico39.png) no-repeat left;
    }

        .product-list-b li .product-list-b1.on {
            /*background: url(../img/ico40.png) no-repeat 96% center;*/
            background: url(../img/ico40.png) no-repeat left;
            color: #0083D3;
        }

    .product-list-b li .product-list-b2 {
        display: none;
    }

        .product-list-b li .product-list-b2 a {
            text-align:right;
            border-top: 1px solid rgba(0,0,0,.1);
            padding-left: 20px;
        }


    .product-b {
        width: calc(100% - 380px);
        padding: 0 50px;
        padding-bottom: 100px;
        float: right;
    }

    .product-b1 {
        direction:rtl;
        font-size: 36px;
        text-align: center;
        line-height: 40px;
        padding: 30px 0;
        text-align: center;
        color: #222;
    }

    .product-b2 {
        width: 101.4%;
        margin-left: -0.7%;
        padding-bottom: 15px;
        overflow: hidden;
    }

        .product-b2 li {
            width: 23.6%;
            border-radius: 5px;
            /*width: 11%;*/
            margin: 0 .7%;
            margin-bottom: 20px;
            float: right;
            background: #fff;
            padding: 15px;
            position: relative;
        }

    .product-b2-a {
        width: 100%;
    }

        .product-b2-a img {
            max-width: 100%;
        }

    .product-b2-b {
        direction:rtl;
        font-size: 15px;
        line-height: 50px;
        height: 50px;
        color: #222;
        margin-top: 1px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        vertical-align: bottom;
        padding-bottom: 0.1px;
    }

    .product-b2-c {
        direction:rtl;
        font-size: 15px;
        line-height: 25px;
        height: 40px;
        color: #888;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-b2-d {
        width: 100%;
        height: 100%;
        position: absolute;
        float: right;
        top: 0;
        /*left: 0;*/
        right: 0px;
        background: url(../img/ico20.png) no-repeat center rgba(2,37,70,.6);
        opacity: 0;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

        .product-b2-d:hover {
            opacity: 1;
            transition: all .3s;
            -webkit-transition: all .3s;
        }
.proinfo-a1-b { 
    text-align: right;
    direction: rtl;
    margin-top: 10px;
}
    @media (max-width: 1450px) {
        .product-b2 li {
            width: 31.933%;
        }

        .pro2 {
            padding: 1% 2%;
        }
        .proinfo-a1-b {
            text-align: right;
            direction: rtl;
            font-size: 45px;
            color: #444;
            line-height: 55px;
            margin-top: 10px;
        }
    }

    @media (max-width: 1300px) {
        .product-a-bj {
            width: 350px;
        }
        /*.pro2 {
        padding: 1% 2%;
    }*/
        .product-a {
            width: 350px;
        }

        .product-list-b {
            width: 240px;
        }

        .product-b {
            width: calc(100% - 350px);
        }

        .product-b2 li {
            /*width: 48.6%;*/
            width: 23.6%;
        }
        .proinfo-a1-b {
            font-size: 40px;
            color: #444;
            line-height: 40px;
        }
    }

@media (max-width: 1023px) {
    .pro2 {
        padding: 1% 2%;
    }

    .product-b2 li {
        /*width: 100%;*/
        width: 33.3%;
        /*margin: 0;*/
        margin-bottom: 30px;
    }
    .proinfo-a1My {
        padding-top: 9em;
    }
    .proinfo-a1-b {
        font-size: 35px;
        line-height: 40px;
        text-align: right;
        direction: rtl;       
        color: #444;      
        margin-top: 10px;
    }
}
@media (min-width: 767px) {

    .cases-b {
        width: 35%;
    }

    .cases-c {
        width: 65%;
    }
    .proinfo-a2-a img {
        max-height: 350px;
        vertical-align: top;
    }
    .proinfo-a1My {
        padding-top: 5em;
      
    }
    /*.product-b2 li {  
        width: 48%;
        margin-bottom: 30px;
    }*/
   
}
    @media (max-width: 767px) {
        .proinfo-a1My {
            float: left;
            padding-top: 1.2em;
            font-size: 18px;
            color: #444;
            line-height: 35px;
        }
        .product-a-bj {
            display: none;
        }

        .product-b2 li {
            /*width: 100%;*/
            width: 48%;
            margin: 0 .3%;
           
        }

        .product {
          
            padding-top: 2.7em;
           
        }

        .product-a {
            width: 100%;
            padding-top: 1.5em;
            /*min-height: initial;*/
            padding-bottom: .4em;
        }

        .product-a1 {
            /*font-size: .28rem;*/
            font-size: 16px;
            padding: 0 .4rem;
        }

        .product-a2 {
            margin-top: 2%;
            width: 100%;
            /*padding: 0 .4rem;*/
            padding: 0  20px;
            height: 8%;
        }

            .product-a2 .int1 {
                /*height: .8rem;
                font-size: .28rem;
                line-height: .8rem;*/
                height: 40px;
                font-size: 15px;
                line-height: 40px;
            }

            .product-a2 .int2 {
                /*width: .8rem;
                height: .8rem;
                left: .5rem;
                top: .05em;*/
                width: 1em;
                height: 1em;
                /*left: 2.5em;*/
                top: .5em;
            }
        /*@media all and (max-width:767px)*/
        .product-a3 {
            /*direction:ltr;*/
            /*margin-top: 0.5rem;
            font-size: 0.3rem;
            line-height: 0.45rem;
            padding: 0 .4rem;*/
            margin-top: 1em;
            font-size: 17px;
            /*line-height: 1;*/
            padding: 0  20px;
            background: url(../img/ico39.png) no-repeat 20px center;
        }


            .product-a3.on {
                background: url(../img/ico40.png) no-repeat 20px center;
            }

        .product-a4 {
            /*margin-top: .2rem;
            padding-bottom: .3rem;*/
            margin-top: .2em;
            padding-bottom: .3em;
            display: none;
        }

        .product-list-a {
            /*height: 1.6rem;
            padding: .2rem .4rem;*/
            height: 4.3em;
            padding: .2em   20px;
        }

        .product-list-a1 {
            /*width: 1.6rem;
            height: 1.2rem;*/
            width: 70px;
            height: 70px;
        }

        .product-list-a2 {
            /*font-size: .28rem;
            line-height: 1.2rem;
            margin-left: .15rem;*/
            font-size: 16px;
            line-height: 50px;
            margin-left: .15em;
        }

        .product-list-a3 {
            /*width: .4rem;
            height: 1.2rem;*/
            width: 1.2em;
            height: 1.2em;
        }

        .product-list-b {
            width: 90%;
        }

            .product-list-b li {
                /*font-size: .26rem;
                line-height: .45rem;*/
                font-size: 14px;
                line-height: 30px;
            }

                .product-list-b li a {
                    /*font-size: .24rem;
                    line-height: .45rem;
                    padding: .2rem 0;*/
                    font-size: 14px;
                    line-height: 30px;
                    /*padding: .2em 0;*/
                    padding: 10px 0;
                    padding-right:15px;
                }

        .product-b {
            width: 100%;
            /*padding: 0 .4rem;*/
            padding: 0   20px;
            padding-bottom: .8rem;
        }

        .product-b1 {
            /*font-size: .36rem;
            line-height: .45rem;
            padding: .6rem 0;*/
            font-size: 25px;
            line-height: 30px;
            padding: .7em 0;
        }

        .product-b2 li {
            margin-bottom: .3em;
            padding: .3em;
        }

        .product-b2-b {
            /*font-size: .26rem;
            height: .45rem;
            line-height: .45rem;*/
            font-size: 15px;
            height: 45px;
            line-height: 45px;
        }

        .pro2 {
            padding-left: 4.5%;
            padding-right: 4.5%;
        }

        .product-b2-c {
            /*font-size: .26rem;
            height: .9rem;
            line-height: .45rem;
            margin-top: .15rem;*/
            font-size: 14px;
            height: 30px;
            line-height: 29px;
            margin-top: .15em;
        }

        .product-b2 {
            width: 100%;
            padding-bottom: .3rem;
        }
    }
    /*Ć¤ĀŗĀ§Ć�ā€ĀĆØĀÆĀ¦Ć¦Ę’ā€¦*/
    .proinfo {
        background: #f7f7f7;
        margin-top: 100px;
    }

.proinfo-a {
    width: 100%;
    /*height: 650px;*/
    height: 600px;
    background: no-repeat center;
}

.proinfo-a1 {
    
    width: 100%;
    float: left;
    margin-right: 1%;
    max-width: 400px;
    max-width: 50%;
    padding-top: 190px;
    padding-top: 4em;
    font-size: 18px;
    color: #444;
    line-height: 35px;
}

.proinfo-a1-a {
    text-align: right;
    direction: rtl;
    font-size: 18px;
    color: #888;
    /*line-height: 20;*/
}

   

    .proinfo-a1-c {
       
        font-size:28px;
        width: 100%;
        /*max-width: 400px;*/
        height: 1px;
        background: rgba(0,0,0,.1);
        margin: 50px 0 40px 0;
    }
.proinfo-a1-e {
 
}
.proinfo-a1-e a {
    color: #444;
   
}

        .proinfo-a1-e a:hover {
            color: #0083D3;
        }
.proinfo-a2My {
    padding-top:0px;
    float: right;
    /*padding-top:2em;*/
}
.proinfo-a2 {
    width: 600px;
    overflow: hidden;
    float: right;
    margin-right: 1em;
    /*margin-right: 180px;*/
    /*padding-top: 50px;*/
}

.proinfo-a2-a {
    top:0;
    max-height: 450px;
    width: 100%;
    /*margin-bottom: 1em;*/
    align-content: center;
    text-align: center;
    /*padding-bottom: 2.5em;*/
}
    .proinfo-a2-a img {
        max-height: initial;
        vertical-align: top;
    }
    .proinfo-a2-b {
        /*margin-top:2em;*/
    width: 100%;
    height: 80px;
    text-align: center;
    margin-bottom: 1em;
}

        .proinfo-a2-b img {
            max-height: 100%;
            border: 2px solid rgba(0,0,0,.1);
            margin: 0 20px;
        }

            .proinfo-a2-b img.on {
                border: 2px solid #0083D3;
            }

.proinfo-b {
    /*height: 100px;*/
    height: 4em;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

    .proinfo-b1 {
        width: 88%;
        /*width: calc(100% - 160px);
        max-width: 1150px;*/
        /*float: left;*/
        float: right;
    }

        .proinfo-b1 div {
            /*vertical-align:sub;*/
            width: 20%;
            height: 100%;
            /*float: left;*/
            float: right;
            font-size: 18px;
            color: #444;
            /*line-height: 100px;*/
            line-height: 4em;
            text-align: center;
            cursor: pointer;
            position: relative;
        }
            .proinfo-b1  .proinfo-b1-d1 {
                width: 23%;
            }

            .proinfo-b1  .proinfo-b1-d5 {
                width: 17%;
            }

            .proinfo-b1 div:after {
                content: "";
                width: 1px;
                height: 40px;
                background: rgba(0,0,0,.1);
                position: absolute;
                top: 30px;
                right: 1px;
            }

    .proinfo .w1600 {
        overflow: initial;
    }

    .proinfo-b1 div span {
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 10px;
        background: url(../img/ico42.png) no-repeat center;
        opacity: 0;
    }

    .proinfo-b1 div.on span {
        opacity: 1;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .proinfo-b1 div:hover span {
        opacity: 1;
        transition: all .3s;
        -webkit-transition: all .3s;
    }

    .proinfo-b2 {
        display: block;
        /*width: 110px;*/
        width: 12%;
        height: 40px;
        line-height: 40px;
        /*float: right;
    border-left: 1px solid rgba(0,0,0,.1);*/
        float: left;
        border-right: 1px solid rgba(0,0,0,.1);
        margin-top: 30px;
        font-size: 14px;
        color: #444;
        padding-left: 40px;
        background: url(../img/ico22.png) no-repeat 15px center;
    }

        .proinfo-b2:hover {
            color: #0083D3;
        }

    .proinfo-c {
        background: #fff;
        padding: 80px 50px;
    }
.proinfo-c1 p{
    font-family:IRANSansWeb;
}
.proinfo-c1 {
    direction: rtl;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    display: none;
}

        .proinfo-c1 table {
            min-width: initial;
            position: relative;
            line-height: 1.5;
            border-bottom: 1px solid #f2f2f2;
        }

            .proinfo-c1 table tr {
                border-top: 1px solid #f2f2f2;
            }
    /*.proinfo-c1 table:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -1px;
	background: #fff;
}
.proinfo-c1 table:before{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}*/
    @media (min-width: 1220px) {
        .proinfo-c1 table {
            /*min-width: 980px;*/
            /*min-width: 980px;*/
        }
        .proinfo-a1My {
            padding-top: 8em;
            padding-bottom: 0.4em;
            padding-left: 0;
            padding-right: 0;
            font-size: 25px;
            line-height: 30px;
        }
    }

    .proinfo-c1 img {
        max-width: 100%;
    }

    .proinfo-c1-a {
        font-size: 18px;
        color: #444;
        /*height: 20px;
        line-height: 20px;*/
        padding-right: 15px;
        margin-bottom: 15px;
        border-right: 4px solid #0083D3;
    }

    .proinfo-c1-b {
        width: 100%;
        height: 90px;
        margin-bottom: 30px;
        border: 1px solid rgba(0,0,0,.1);
        font-size: 16px;
        color: #444;
        line-height: 90px;
    }

    .proinfo-c1-b1 {
        width: calc(100% - 140px);
        float: right;
        padding-right: 45px;
        background: url(../img/ico43.png) no-repeat 99.2% center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        /*background-image: url(../img/ico43.png);
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: right;*/
    }

    .proinfo-c1-b2 {
        width: 70px;
        float: right;
        margin-right: 50px;
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 90px;
        text-align: center;
    }

        .proinfo-c1-b2:hover {
            color: #0083D3;
        }

    .proinfo-d {
        background: #fff;
        margin-top: 20px;
        padding: 40px 30px;
    }

    .proinfo-d1 {
        direction: rtl;
        font-size: 30px;
        color: #444;
        line-height: 40px;
        width: 100%;
        max-width: 1420px;
        margin: 0 auto;
        margin-bottom: 50px;
    }

    .proinfo-d2 {
        padding-bottom: 70px;
        width: 100%;
        max-width: 1420px;
        margin: 0 auto;
    }

        .proinfo-d2 .swiper-slide {
            padding: 15px;
            border: 1px solid rgba(0,0,0,.1);
        }

    .proinfo-d2-a img {
        max-width: 100%;
    }

    .proinfo-d2-b {
        direction: rtl;
        font-size: 20px;
        /*height: 40px;
        line-height: 40px;*/
        color: #222;
        margin-top: 15px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .proinfo-d2-c {
        direction:rtl;
        font-size: 14px;
        height: 50px;
        line-height: 25px;
        color: #888;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /*.proinfo-span span{
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 2px solid #0083d3;
	background: none;
	opacity: 1;
	transition: all .3s; 
-webkit-transition: all .3s;
}
.proinfo-span .swiper-pagination-bullet-active{
	width: 35px;
	background: #0083D3;
	border-radius: 5px;
	transition: all .3s; 
-webkit-transition: all .3s;
}*/

    @media (max-width: 1350px) {
        .proinfo-a2 {
            width: 450px;
            /*width: 50%;*/
            margin-right: 0;
        }

        .proinfo-a2-b {
            height: 70px;
            margin-bottom: 0.7em;
        }

            .proinfo-a2-b img {
                margin: 0 2px;
            }
    }

    @media (max-width: 1023px) {
        .proinfo-a {
            padding-bottom:0.5em;
            /*height: 1000px;*/
            /*height:auto;*/
            background-position-y: top;
        }

        .proinfo-a2 {
            position: absolute;
            left: 50%;
            margin-left: -225px;
           
            bottom: 50px;
        }

        .proinfo-a2-a {
            width: 80%;
            margin-left: 10%;
        }
        
    }

    @media (max-width: 767px) {
        .proinfo {
            margin-top: 1rem;
        }

        .proinfo-a {
            /*height: 10rem;
            padding-bottom: 5rem;
            background-size: 15rem 5rem;*/

            height: 25em;
            padding-bottom: 1em;
            /*background-size: 15em 5em;*/
        }
       
        .proinfo-a1 {
            /*max-height:3em;*/
            /*padding-top: 1.5rem;
            font-size: .24rem;
            line-height: .45rem;
            padding-left: .4rem;
            padding-right: .4rem;*/
            padding-top: 1.5em;
            font-size: 25px;
            line-height: 30px;
            padding-left: 20px;
            padding-right: 20px;
            
        }


        .proinfo-a1-a {
            /*font-size: .26rem;*/
            font-size: 18px;
        }
        .proinfo-a1-e {
            font-size: 18px;
            text-align: right;
        }
        .proinfo-a1-e-a {
            font-size: 18px;
            direction:rtl;
            text-align:right;
        }
        .proinfo-a1-b {
            /*font-size: .45rem;
            line-height: .6rem;*/
            font-size: 25px;
            line-height: 28px;
        }
        proinfo-a1-e {
            direction: rtl;
            text-align:right;
        }
        .proinfo-a1-c {
            text-align:right;
            font-size: 18px;
            margin: 20px 0 40px 0;
        }
        .proinfo-a2My {
            background: #f7f7f7;
        }
        .proinfo-a2 {
            /*width: 6rem;
            margin-left: -3rem;
            bottom: .3rem;*/
            
            left:30%;
            /*right:0.1em;*/
            width: 23em;
            margin-left: -10em;
            bottom: 0.35em;
        }

        .proinfo-a2-a {
            width: 70%;
            margin-left: 15%;
        }

        .proinfo-a2-b {
            /*height: 1rem;*/
            height: 3.5em;
            margin-bottom:0.7em;
        }

        .proinfo-a {
            position: relative;
        }
        
        .proinfo-b1 .proinfo-b1-d1 {
            width: 50%;
        }

        .proinfo-b1 .proinfo-b1-d5 {
            width: 50%;
        }
            .proinfo-b1 div span {
            display: none;
        }
        .proinfo-b1 {
            width: 76%;
            /*width: calc(100% - 160px);
        max-width: 1150px;*/
            /*float: left;*/
            float: right;
        }
        .proinfo-b2 {
           
            /*width: 110px;*/
            width: 24%;
        }
            .proinfo-b {
            /*height: initial;*/
            height: 6.5em;
            overflow: hidden;
        }
        /*2rem*/
        .proinfo-b1 {
            /*width: calc(100% - 6em);*/
        }

            .proinfo-b1 div {
                padding-right: 2.3%;
                padding-top: 1%;
                text-align: right;
                width: 50%;
                /*font-size: .26rem;
                line-height: .8rem;*/
                font-size: 13px;
                line-height: 35px;
            }

                .proinfo-b1 div:after {
                    height: .4rem;
                    top: .2rem;
                }

        .proinfo-b2 {
            /*width: 1.5rem;
            height: .4rem;
            font-size: .26rem;
            line-height: .4rem;
            padding-left: .7rem;
            margin-top: .2rem;
            background: url(../img/ico22.png) no-repeat .15rem center;*/
            float: left;
            height: 28px;
            font-size: 14px;
            line-height: 28px;
            padding-left: 1.55em;
            margin-top: 1em;
            background: url(../img/ico22.png) no-repeat .15em center;
        }

        .proinfo-b1 div.on {
            color: #0083D3;
        }

        .proinfo .w1600 {
            /*padding: 0;*/
        }

        .proinfo-c {
            /*padding: .6rem .4rem;*/
            padding: 1.5em   20px;
        }

        .proinfo-c1-a {
            /*font-size: .3rem;
            height: .3rem;
            line-height: .3rem;*/
            font-size: 16px;
            /*height: 20px;
            line-height: 20px;*/
        }

        .proinfo-c1 {
            /*font-size: .24rem;
            line-height: .45rem;*/
            font-size: 15px;
            line-height: 1.8em;
        }

        .proinfo-d {
            /*margin-top: .3rem;
            padding: .6rem .4rem;*/
            margin-top: 1em;
            padding: .7em  20px;
        }

        .proinfo-d1 {
            /*font-size: .36rem;
            margin-bottom: .4rem;*/
            font-size: 16px;
            margin-bottom: 1em;
        }

        .proinfo-d2-b {
            /*font-size: .3rem;
            line-height: .5rem;
            height: .5rem;*/
            font-size: 18px;
            line-height: 1em;
            height: 2.7em;
            margin-top: 2px;
        }

        .proinfo-d2-c {
            /*font-size: .24rem;
            line-height: .45rem;
            height: .9rem;*/
            font-size: 15px;
            line-height: 19px;
            height: 1.4em;
        }
       

        }


















    .sf-tk {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.6);
        z-index: 199;
        display: none;
        text-align: center;
    }

    .tk-v {
        width: 80%;
        height: 80%;
        position: absolute;
        left: 10%;
        top: 10%;
    }

        .tk-v video {
            max-width: 100%;
            max-height: 100%;
        }

        .tk-v iframe {
            width: 100%;
            height: 100%;
        }

    .sf-tk .gbx {
        width: 50px;
        height: 50px;
        background: url(../img/x01.png) no-repeat center;
        position: absolute;
        top: 10%;
        left: 91%;
        opacity: 1;
        transition: all .5s;
        -webkit-transition: all .5s;
    }

        .sf-tk .gbx:hover {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            opacity: 0.8;
            transition: all .5s;
            -webkit-transition: all .5s;
        }

    @media (max-width: 767px) {
        .sf-tk .gbx {
            width: .5rem;
            height: .5rem;
            left: 90%;
            top: 1.1rem;
            background-size: cover;
        }

        .tk-v {
            width: 96%;
            left: 2%;
            top: 1.8rem;
        }
    }




    .ibanner-m {
        display: none;
    }

    @media (max-width: 767px) {
        .ibanner-pc {
            display: none;
        }

        .ibanner-m {
            display: block;
        }
    }



    .img-tk {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: none;
    }

    .img-tk-a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
    }

    .img-tk-b {
        width: 96%;
        background: #fff;
        position: absolute;
        top: 20%;
        left: 2%;
    }







    /*Ć§ā„¢Ā»Ć�Ā½ā€¢Ć¦Ā³ĀØĆ�ā€&nbsp;Å’*/
    .login-bj {
        height: 830px;
        background: no-repeat top center;
        margin-top: 100px;
        position: relative;
    }
    /*.login{
	width: 1020px;
	height: 590px;
	position: absolute;
	top: 270px;
	left: 50%;
	margin-left: -510px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 15px 10px rgba(0,0,0,.4);
}*/

    .login {
        width: 570px;
        height: 380px;
        position: absolute;
        top: 270px;
        left: 50%;
        margin-left: -285px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 15px 10px rgba(0,0,0,.3);
        padding: 0 80px;
        padding-top: 35px;
    }

    .login-a {
        font-size: 24px;
        color: #2b2b2b;
        line-height: 25px;
        float: left;
    }

    .login-b {
        font-size: 18px;
        color: #0686d4;
        line-height: 25px;
        float: right;
    }

        .login-b:hover {
            opacity: .9;
        }

    .login-c {
        clear: both;
        width: 100%;
        margin-top: 25px;
        float: left;
        overflow: hidden;
    }

    .login-c1 {
        margin-bottom: 20px;
        position: relative;
    }

    .login-c1-a {
        font-size: 14px;
        color: #484848;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .login-c1-b {
        width: 100%;
        height: 44px;
        border: 2px solid rgba(0,0,0,.1);
        padding: 0 10px;
        font-size: 16px;
        color: #333;
    }

    .login-c1-c {
        width: 44px;
        height: 44px;
        background: url(../img/sf002.png) no-repeat center;
        position: absolute;
        right: 0;
        bottom: 0;
        display: none;
    }

    .login-c1-d {
        width: 44px;
        height: 44px;
        background: url(../img/sf003.png) no-repeat center;
        position: absolute;
        right: 0;
        bottom: 0;
        display: none !important;
    }

    .login-c1.on .login-c1-b {
        background: #efefef;
    }
    /*.login-c1.on .login-c1-c{
	display: block;
}
.login-c1.on .login-c1-d{
	display: block;
}*/

    .login-c .int1 {
        width: 130px;
        height: 45px;
        border-radius: 22.5px;
        background: #0686d4;
        text-align: center;
        line-height: 45px;
        color: #fff;
        font-size: 14px;
        border: none;
        float: left;
        margin-top: 10px;
    }

        .login-c .int1:hover {
            opacity: .9;
        }

    .login-c .int2 {
        display: block;
        float: right;
        line-height: 45px;
        color: #888888;
        font-size: 14px;
        margin-top: 10px;
    }

        .login-c .int2:hover {
            color: #0686d4;
        }



    .registered-bj {
        height: 1025px;
        background: no-repeat top center;
        margin-top: 100px;
        position: relative;
    }

    .registered {
        width: 1020px;
        height: 590px;
        position: absolute;
        top: 270px;
        left: 50%;
        margin-left: -510px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 15px 10px rgba(0,0,0,.4);
        padding: 0 80px;
        padding-top: 55px;
    }

    .registered-a {
        font-size: 24px;
        color: #2b2b2b;
        line-height: 25px;
        float: left;
    }

    .registered-b {
        font-size: 16px;
        color: #666;
        line-height: 25px;
        float: right;
    }

        .registered-b a {
            font-size: 18px;
            color: #0686d4;
        }

            .registered-b a:hover {
                opacity: .9;
            }

    .registered-c {
        clear: both;
        width: 100%;
        margin-top: 45px;
        float: left;
        overflow: hidden;
    }

    .registered-c-lt {
        width: 400px;
        float: left;
    }

    .registered-c-rt {
        width: 400px;
        float: right;
    }

    .registered-c .int1 {
        width: 130px;
        height: 45px;
        border-radius: 22.5px;
        background: #0686d4;
        text-align: center;
        line-height: 45px;
        color: #fff;
        font-size: 14px;
        border: none;
        float: left;
        margin-top: 30px;
    }

        .registered-c .int1:hover {
            opacity: .9;
        }



    @media (max-width: 1023px) {
        .registered {
            width: 600px;
            margin-left: -300px;
            padding-left: 30px;
            padding-right: 30px;
        }

        .registered-c-lt {
            width: 260px;
        }

        .registered-c-rt {
            width: 260px;
        }
    }

    @media (max-width: 767px) {
        .login-bj {
            height: 10rem;
            background-size: cover;
            margin-top: 1.2rem;
        }

        .login {
            width: 6rem;
            margin-left: -3rem;
            top: 2rem;
            height: 6rem;
            /*padding: 0 .4rem;
            padding-top: .4rem;*/
            padding: 0 20px;
            padding-top: 20px;
        }

        .login-a {
            font-size: .3rem;
            line-height: .4rem;
        }

        .login-b {
            font-size: .26rem;
            line-height: .4rem;
        }

        .login-c {
            margin-top: .5rem;
        }

        .login-c1 {
            margin-bottom: .2rem;
        }

        .login-c1-a {
            font-size: .26rem;
            margin-bottom: 0;
        }

        .login-c1-b {
            font-size: .26rem;
            line-height: .7rem;
            height: .7rem;
            border: 1px solid rgba(0,0,0,.1);
        }

        .login-c .int1 {
            width: 2rem;
            height: .6rem;
            line-height: .6rem;
            font-size: .26rem;
        }

        .login-c .int2 {
            height: .6rem;
            line-height: .6rem;
            font-size: .26rem;
        }

        .registered-bj {
            height: 10rem;
            background-size: cover;
            margin-top: 1.2rem;
        }

        .registered {
            width: 6.8rem;
            margin-left: -3.4rem;
            top: 1rem;
            padding-left: .4rem;
            padding-right: .4rem;
            height: initial;
            padding-bottom: .3rem;
        }

        .registered-a {
            font-size: .32rem;
            line-height: .4rem;
        }

        .registered-b {
            font-size: .26rem;
            line-height: .4rem;
        }

            .registered-b a {
                font-size: .3rem;
            }

        .registered-c {
            margin-top: .3rem;
        }

        .registered-c-lt {
            width: 49%;
        }

        .registered-c-rt {
            width: 49%;
        }

        .registered-c .int1 {
            width: 2rem;
            height: .6rem;
            line-height: .6rem;
            font-size: .26rem;
            margin-top: .45rem;
        }
    }

    .social-icon-foot .telegram-span :hover {
        color: #2AA5E0 !important;
    }

    .social-icon-foot .whatsapp-span :hover {
        color: #31d831 !important;
    }

    @media only screen and (max-device-width: 480px) {
    }

    /*@media only screen and (max-width: 500px) {
    .ibanner-div .iban-d2 {
       
        color:red;
        font-size: 1em;
        line-height: 1.2em;
        margin-top: 0em;
    }
    .ibanner .swiper-slide {
        height: 9em;
      
        width: 100% !important;
       
        background-size: 100% 9em;
       
    }

    .ibanner-div {
        margin-top: 1.88em;
        padding-top: 0.2px;
        padding-left: .4rem;
     
        padding-bottom: 0.12em;
    }

        .ibanner-div .iban-d1 {
         
        }

        .ibanner-div .iban-d2 {
         
            font-size: 0.85em;
            line-height: 1.2em;
            margin-top: 0em;
        }
        .ibanner-div .iban-d3 {
         
            width: 4.5em;
            height: 1.3em;
            font-size: 0.84em;
            line-height: 1.1rem;
          
            margin-top: 0.1em;
        }
            .ibanner-div .iban-d3 a {
                display: block;
                width: 100%;
                height: 100%;
                font-size: 16px;
                color: rgba(255,255,255,.7);
                line-height: 38px;
                padding-right: 10%;
                background: url(../img/ico03.png) no-repeat 80% center;
                transition: all .3s;
                -webkit-transition: all .3s;
            }

            .ibanner-div .iban-d3:hover a {
                background: url(../img/ico98.png) no-repeat 82% center;
                color: #0083D3;
                transition: all .3s;
                -webkit-transition: all .3s;
            }*/
    /*}*/
</pre></body></html>